How to search through the source code in IntelliJ IDEA. IntelliJ IDEA search and replace capabilities: find and replace, find specific word, search and replace across the project, find usages, highlight usages.

IntelliJ IDEA provides extensive search and replace capabilities, which includes basic search and replace, search and replace in paths, finding usages, code-aware structural search and more. Some of the replacement facilities (like renaming classes and members) are performed by means of refactorings.

All the search commands can be found under the Find node of the Edit menu.

In this part you will learn how to: