WHEN YOU ARE FINDING TEXT IN THE CURRENT FILE ctri+f), YOU DON`T NEED TO TYPE THE WHOLE
SEARCH STRING: BASIC CODE COMPLETION IS AVAILABLE IN THE SEARCH FIELD. START TYPING, PRESS (ctrl+space),
and select the desired string from the suggestion list.
LEARN MORE BELOW VIDEOS
TO VIEW ALL EXIT POINTS OF A METHODE, PLACE THE CARET AT ONE OF THEM,
e.g THE RETURN STARTMENT, AND PRESS (ctrl+shift+f7)
You can view all statements within the method where certain exceptions can be caught.
Just place the caret at the throws keyword in a method declaration, press Ctrl+Shift+F7 and
select the desired exception class from the list.
This will also work for try and catch
When you press Alt+Enter to invoke a quick fix or intention action,
press the right arrow key to reveal the list of additional options.
Depending on the context,
you can choose to disable inspection, fix all problems, change inspection profile, etc.
Ctrl+Click (on Windows) or Cmd+Click (on MacOS) a tab in the editor to navigate to any part of the file path.
Select the necessary element in the drop-down,
and the corresponding file path opens in an external browser (e.g., in the Explorer, if your OS is Windows).
LETS CHECK VIDEOS BELOW