IntelliJ IDEA – Find file containing text shortcut
In IntelliJ IDEA, Ctrl + Shift + F is the shortcut key to find the file containing any text like IDE, cookies. By pressing Ctrl + Shift + F key together will open a pop-up window where you can find a file in the path.
P.S. Tested with IntelliJ IDEA 2019.3.3 (Community Edition) on Windows machine.

Option 1: By checking the “Match case”, will show the file exact matches with the search text.
Option 2: “Words”, will show the file containing the search text.
Option 3: “Regex”, will show the file containing the search text in the regular expression.
Option 4: “File mask” allow you to search the files containing text in the specified file extension.
Note: If your IDE keymap is set in the Eclipse pattern style, Ctrl + H is the shortcut key for you.
References
Similar Posts
- How to navigate to implementation in IntelliJ IDEA
- How to resize image dimension in Photoshop
- How to view recently opened files in IntelliJ IDEA
- wamp- Could not execute menu item (internal error): The service has not been started
- How to install Activiti Designer plugin in Eclipse/STS
- How to convert Dynamic Web Project to Maven Project in Eclipse
- Maven- No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
- How to set maximum line length in Eclipse/STS
- How to add local jar files to Maven project
- IntelliJ IDEA- Generate Getter & Setter Shortcut Key