IntelliJ underline in red every error reported by JSLint and I can see the respective indications on the rightmost margin of the document.
However, I would like to see all of the jslint errors in one window and be able to navigate from error to error.
Is it possible?
Thanks.
Navigate to detected problems in the widget or by pressing F2 or Shift+F2 accordingly. By default, the IDE will navigate you to problems according to their severity: errors > warnings > weak warnings > server problems > typos. , select 'Next Error' Action (F2) Goes Through, and enable All Problems.
You can select any problem in the window and press F4 or double-click any problem to jump to the corresponding line in the editor.
Right-click anywhere in the editor and choose Local History | Show History from the context menu. In the dialog that opens, the left-hand pane shows a list of all saved revisions of the current file with timestamps.
Apply fixes in the Problems tool window All detected problems are listed in the left part of the tool window. Click a problem to display inspection details on the right. icon on the toolbar or in the context menu. You can also press Alt+Enter and select a suitable fix from the popup menu.
Run Analyze
| Inspect Code with the JSLint code inspection enabled in the profile.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With