Intellij: What is the shortcut for going to the next/previous error in the current file?

后端 未结 3 751
走了就别回头了
走了就别回头了 2020-12-17 08:45

In Eclipse, if you press CTRL+1, the cursor is set on the first error and there the IDE presents you some solutions. In IDEA, you press ALT+ENTER for some solutions, but I d

3条回答
  •  既然无缘
    2020-12-17 09:26

    F2 can be used to navigate through all errors/warnings in current file in circle.

    After compilation: Ctrl+Alt+Arrow Up/Down can be used to navigate through any results: search results/compilation results.

提交回复
热议问题