Keymap question - Throw Catch
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
请先登录再写评论。
Ted Hill wrote:
CtrlShiftF7 on the try, catch and throws keyword, if I'm not mistaken.
Bas