and is there a way to make webstorm a bit "louder"...
# suitescript
c
and is there a way to make webstorm a bit "louder" when it comes to simple erorrs? the variable 'so' is not set in this code but WebStorm isn't raising a visible enough red flag.
s
switch to typescript and you should get a loud compilation error.
c
May be something in settings->Editor->Inspections. ESLint/JSHint (Code Quality Tools menu) might do it
Found it. settings->Editor->Inspections->JavaScript & TypeScript->General. Unresolved JavaScript Variable. Click on it, change severity to Error