How to filter list of files from CRTL-SHIFT-N
I'm a refugee from Eclipse and still finding my way around.
I'm feature that I like in Eclipse is the "Open Resource" (CRTL-SHIFT-R) command. The "Go To File" (CRTL-SHIFT-N) would appear to be the IntelliJ equivalent, however in Eclipse I can filter this list to leave out certain directories (eg. those containing class files or exploded archives).
Is there a way to do this in IntelliJ?
Thanks.
Damian.
Please sign in to leave a comment.
Hello Damian,
You can go to Project Structure | Modules and mark these directories as excluded.
They'll be hidden from everywhere including Ctrl-Shift-N.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks. Works perfectly.
Cheers,
Damian.