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

0
Avatar
Permanently deleted user

Ted Hill wrote:

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?


CtrlShiftF7 on the try, catch and throws keyword, if I'm not mistaken.

Bas

0

请先登录再写评论。