How to search in all the files of a project in IntelliJ Idea? [duplicate]
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?
Find in Path:
Edit > Find > Find in Path
Ctrl + Shift + F
Documentation: Find the search string in a project.
To clarify, the default Keymap for Find in Path on Mac OS X is also Ctrl + Shift + F
For mac users, find in path is: ⌘ + ⇧ + F (Command + Shift + F).