How to search in all the files of a project in IntelliJ Idea?

Ivan picture Ivan · Feb 22, 2012 · Viewed 169.8k times · Source

I'd like to find all occurrences of a particular string in all the code files of a project of mine. Search/replace panels popping up on Ctrl+F/Ctrl+R don't seem to offer to chose the search domain. Is there such a facility available in IntelliJ Idea?

Answer

komelgman picture komelgman · Feb 22, 2012

Find in Path:

Edit > Find > Find in Path

Ctrl + Shift + F

Documentation: Find the search string in a project.