intellij idea - Hide files from /build directory in navigate class/file action -


one of productive actions in android studio navigate action. problem shows useless files. it's hard find class/file you're looking for.

take below image example. if you're looking androidmanifest.xml in module b have scroll down list find file want.

enter image description here

is there way filter dialog shows, in particular exclude directories results? of files /build directory useless.

i know can filter types of files shown doesn't much.

mark build folder excluded:

file > project settings > modules > sources > mark excluded (red icon)

alternatively, right click on build folder , select mark directory > excluded.

excluded folders (shown rootexcluded) ones intellij idea "partially ignores". limited coding assistance provided files in excluded folders. classes contained in excluded folders don't appear in code completion suggestion lists, references such classes shown in editor unresolved. when searching, intellij idea doesn't in excluded folders, etc.

source

another way define custom scope described here.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -