简体   繁体   中英

Keyboard shortcut to display error in IntelliJ

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:

在此处输入图片说明

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

在此处输入图片说明

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

JetBrains工具的标准是Ctrl + F1 (Mac上的Cmd + F1 )。

我在 mac 上使用 F2,它在单个文件中循环所有错误并显示每个错误信息。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM