|
|
|
|
|
by kroltan
810 days ago
|
|
I don't think "unresolved variable" is listed as an actual error in plain JS in WebStorm? At least by default. In any case, like any inspection, you can adjust its severity to whatever you find appropriate, including "don't show it at all". File > Settings > Editor > Inspections > Javascript and Typescript > General > Unresolved reference. Or directly from the "Show Context Actions" action (Alt+enter or whatever you have it set to, the same combination that shows refactoring actions), you can navigate the inspection like a submenu and select "Edit inspection profile setting". https://i.imgur.com/3XCwxI1.png |
|
The problem is the long list often hides real errors in it. I would like to spot those more easily.
But I'll try your suggestions, maybe there's a way to make this warning disappear altogether from the list.
I still don't think, and don't understand, why it is a "problem" since the equivalent longer expression is not. It feels like WebStorm is mandating its own JavaScript-rules on me and my programming style.