IntelliJ IDEA
IntelliJ IDEA – the Leading Java and Kotlin IDE, by JetBrains
Tips & Tricks
“Go to Class by Name” tricks
Two nice tricks for navigating to a class by name (Ctrl + N). Find out how to quickly find a class that ends with particular symbols.
- How to match the end of a class name in IntelliJ when using Goto Class
- Even simpler end of class matching in IntelliJ
Of course, these tricks can be used for other navigation features as well, for example when you navigate to a file (Ctrl + Shift + N) or symbol, i.e. method or variable (Ctrl + Alt + Shift + N).