Do not index some files (i.e: .o .dcu)

Issue #70 resolved
Former user created an issue

Hi,

In my case, intellij indexes .o and .dcu, so when I type for example shift-shift and type a file name, it shows only .o and .dcu files. The .pas file are available but only at the bottom of the list. That makes the navigation through file not easy.

I know some folder can be excluded, but that is not really practical. And I didn't see any index filter in intellij (intellij post about filtering files)

Comments (2)

  1. George Bakhtadze repo owner

    In IDEA all files which are located in working directory are considered as files belonging to project. So it's expected behaviour. I'll try to put generated files in end of the list. But good practices recommends to place them in different directory. Which can be easily excluded.

  2. Log in to comment