Intellij module error analysis with a wide range of analysis

Does IDEA have error analysis in module like analysis of wide range of R # solutions? I would like to press F2 / Alt-F12 and go to the next error in my module.

+2


source to share


1 answer


If you have compilation errors after building | Do you can navigate between them via the keyboard from the message bar (Ctrl + Alt + Up / Down in the default keymap, F4 to move focus to the editor). In Project view, you can switch to Issue View to see a list of files with errors. Note that depending on the compiler, the number of bugs reported may be limited.



The same is true for IDEA code checks (Settings | Errors), you can run a project / module analysis using analysis | Inspect Code, and then navigate and quickly apply fixes to groups of issues using the keyboard.

+1


source







All Articles