Searching for directory
Does IntelliJ Idea has possibility to search for directory ?
I would image this feature similar as searching for file -> simply press ctrl+shift+n and start typing file name.
It's my first post on this forum so I'd like to say hello to everybody.
Please sign in to leave a comment.
Hello Radoslaw,
There is no such feature. Why do you need it?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
It would be very handy for me because I'm using fitnesse (www.fitnesse.org)
Every tests is physically stored in file system as directory with two files. context.txt (with test content) and properties.xml (with some meta data).
Test name reflects directoriy name - actually it's the same.
Having feature like that I'd search for tests like it was a file - it would be extemely pleased.
Hello Radoslaw,
You can enter part of the directory name in Goto File dialog. So, in this
case, you can enter "fit/co" to open context.txt in a directory which has
"fit" as part of the path.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
You are right! It works.
Thank you very much for quick answer