Syntax Highlight Propagation to File Browser
How do I make all errors that show in a file propagate to the file browser?
Under Editor->Inspections->Javascript->Code style issues->Unterminated statement, I've changed this to severity "Error"

Unterminated lines are now showing up successfully as errors within the individual files, but the error is not propagating to the filename in the left hand file browser.
Only actual javascript errors such as missing braces cause the file to display there is an error.
Please sign in to leave a comment.
yes, only syntax errors coming from parser are underlined in Project view; please vote for https://youtrack.jetbrains.com/issue/IDEA-96288 and linked tickets