Find all references to a symbol across the entire project
Find the definition/declaration location of a symbol
Search for classes/interfaces by name with camelCase/substring/wildcard matching
Search for files by name using IDE's file index
Search for symbols (classes, methods, fields, functions) by name with IntelliJ Go to Symbol matching *(disabled by default)*
Text search using IntelliJ Find in Files with context filtering (substring and regex matching)
Analyze file problems with fresh editor diagnostics for open files or public batch diagnostics for closed files, plus optional build/test results; intentions are best-effort
Batch/project-scope diagnostics for many files including unopened ones, with fail-closed coverage metadata: a `complete` flag plus per-file `analyzed`/`timed_out`/`failed`/`skipped`/`not_analyzed` states, so an empty result can never be mistaken for a clean project. Long analyses return an `analysi…
Check if the IDE is in dumb mode or smart mode
Force sync IDE's virtual file system and PSI cache with external file changes
Force-reload Maven or Gradle build model after modifying `pom.xml`/`build.gradle` *(disabled by default)*
Import external Maven project directories as modules into the current IntelliJ window *(disabled by default, requires Maven plugin)*
+40 more tools listed on main page