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 don't know how to make the cursor to go to the error.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
F2. Or, after compilation: Ctrl+Alt+Arrow Up/Down. Last shortcut can be used to navigate through any results: search results/compilation results. F2 can be used to navigate through all errors/warnings in current file in circle. |
|||
|
|
|
Besides, you can choose going to next error only (ignore warning) by:
it works for Intellij Idea 12 |
|||
|
|