Navigate to the definition of any symbol in your codebase. This is especially useful for accessing definitions in the Gradle cache, which are difficult to reach from the command line, or guessing paths incorrectly based on imports.
Find all references and usages of a symbol across your entire codebase. Using the LSP is more accurate than regex grepping, which can return results from build artifacts and temporary files that aren’t relevant.