In STS (Spring Tool Suite) version, We have this quick search plugin (Ctrl+Shift+L) that quickly spawns a dialog box that progressively displays all found occurences of the text provided in the project. Is there such thing in IntelliJ IDEA?
A good description of the plugin can be found here: http://spring.io/blog/2013/07/11/eclipse-quick-search
You can use the following shortcuts for helping you to navigate throughout your code:
Ctrl + N - Search for classes
Ctrl + Shift + N - Search for file name
Ctrl + Shift + Alt + N - Search for symbol name
Using a mixture of those you'll be able to find places in your program.
Ctrl + Shift + F
Allows you to search within the path
Shift + Shift brings up the "Search Anywhere" popup
I want this feature too, and it's not quite there, but could be.
The best you can do is to train your fingers as follows:
The problem is that you can't open just the file that you want, unless, you type enough that there is only one match which will open if you select:
This will open the file instead of showing the results
It's also handy to set up File mask(s)
to only the files that are relevant to you (for example for me I want results in .ts (for Typescript including TSX, but not .js)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With