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

Intellij Idea

Intellij Idea Problem Overview


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?

Intellij Idea Solutions


Solution 1 - Intellij Idea

Find in Path:

Edit > Find > Find in Path

Ctrl + Shift + F

Documentation: Find the search string in a project.

Solution 2 - Intellij Idea

To clarify, the default Keymap for Find in Path on Mac OS X is also Ctrl + Shift + F

enter image description here

Solution 3 - Intellij Idea

For mac users, find in path is: + ⇧ + F (Command + Shift + F).

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionIvanView Question on Stackoverflow
Solution 1 - Intellij IdeakomelgmanView Answer on Stackoverflow
Solution 2 - Intellij IdeaHanxueView Answer on Stackoverflow
Solution 3 - Intellij IdeaAnshu ShekharView Answer on Stackoverflow