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
- IntelliJ IDEA- Enable Multiple Cursors for Editing
- How to view HTTP headers in Mozilla Firefox
- How to block direct access of File using htaccess
- How to change default Author and Committer in Eclipse Git plugin?
- How to convert Dynamic Web Project to Maven Project in Eclipse
- IntelliJ IDEA – Code reformat and rearrange shortcut keys
- How to create new role and grant permission to role in JasperReports Server
- How to define query in JasperReports Server
- Eclipse shortcuts for Open Call Hierarchy
- Maven- No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?