Equivalent report panel like Brackets for JSHint/Lint in WebStorm
Hi, is there for WebStorm an equivalent report panel like one in Brackets for jshint/lint error/warnings, so it is possible to double click on the error/warning and go instantly to that line of code?
Thanks in advance!
Please sign in to leave a comment.
Hi there,
Not "on the fly/as you edit" -- only when run on demand, e.g.
Code | Inspect Code...
Code | Run Inspection by Name...
Ok thank you for the info!