IntelliJ IDEA- View all exit points of method
In IntelliJ IDEA, Ctrl + Shift + F7 are the shortcut key to highlight all exit points of a method. To view all exit/return points of a method, place the mouse cursor on one of them and press Ctrl + Shift + F7.
For example, if you want to view/highlight a method’s return
statements, place the mouse cursor on return
and press Ctrl + Shift + F7.

References
- How to view recently opened files in IntelliJ IDEA
- IntelliJ IDEA – Spring Boot Dev Tools is not working
- IntelliJ IDEA- Import/Open multiple project in single Window
- Shortcut key for Extract Local Variable in Eclipse/STS
Similar Posts
- How to create user library in Eclipse IDE
- IntelliJ IDEA- Generate Getter & Setter Shortcut Key
- Create a Data Source in JasperReports Server
- Website- How to redirect non www to www in htaccess
- IntelliJ IDEA – public static void main shortcut
- wamp- Could not execute menu item (internal error): The service has not been started
- How to change default Author and Committer in Eclipse Git plugin?
- How to install Apache 2.4 and PHP 8 on a Windows Machine
- How to import Spring Boot project in Eclipse/STS IDE
- IntelliJ IDEA – Find file containing text shortcut