Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm ESLint output window

I have WebStorm with ESLint enabled and it's working fine.

But from VS Code I'm used to see the eslint output window for the whole project I'm working on, not only for the current file (and hidden inside the scrollbar)

see the screenshot

I cannot figure out how to do this in WebStorm - is it even possible?

like image 740
mikeek Avatar asked Feb 25 '26 05:02

mikeek


1 Answers

You can see all errors coming from ESLint in Inspection Results tool window that opens when you run Analyze/Inspect Code:

enter image description here

like image 77
lena Avatar answered Feb 27 '26 03:02

lena