Keymap question - Throw Catch Follow
If I remember correctly, there is some way to have IntelliJ show which
line in a try block throws the exception. Also for a method tagged with
throws, there is a way to find which line throws the exception.
What is the key combination?
Thanks,
Ted
Please sign in to leave a comment.
Ted Hill wrote:
CtrlShiftF7 on the try, catch and throws keyword, if I'm not mistaken.
Bas