Keyboard shortcut to display error in IntelliJ

Intellij IdeaKeyboard Shortcuts

Intellij Idea Problem Overview


I like to use my mouse as little as possible for health reasons. Almost all the common tasks in IntelliJ I can do via keyboard shortcuts, except for displaying the message of an error. How can I have a keyboard shortcut that will show the tooltip of the highlighted error?

For example, I have an error such as:

enter image description here

Then I hit [magic-keyboard-command] and I get:

enter image description here

In Eclipse this is possible by pressing F2. Is there an equivalent in IntelliJ?

Intellij Idea Solutions


Solution 1 - Intellij Idea

The standard Error Description shortcut for JetBrains tools is Ctrl+F1 (Cmd+F1 on Mac).

Solution 2 - Intellij Idea

I use F2 on the mac, it cycles round all the errors in a single file and displays the error information for each.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAlex SpurlingView Question on Stackoverflow
Solution 1 - Intellij IdeaVaronView Answer on Stackoverflow
Solution 2 - Intellij IdeaatreeonView Answer on Stackoverflow