highlight always in off for javascript files :(
Before, when I edited .js files in the PhpStorm editor, it would automatically indicate the syntax errors I had. Now it doesn't do that because it appears as "OFF," and the "highlight" option shows "none." So every time I edit a .js file, I have to manually click on the "OFF" option and select "highlight" to "All Problems" each time I open a JS file. I need this option to always be active.
All the options are selected on Javascript and TypeScript.

I need this option to always be in “All Problems”

Please sign in to leave a comment.
Hi,
This may happen if the affected `.js` file is located ‘outside of the project’. For example:
1. It is opened in LightEdit mode.
2. It is located under the ‘Excluded’ directory.
3. The file is opened from the Remote Host.
Judging by the provided screenshots, the 3rd option is the issue here. Please track https://youtrack.jetbrains.com/issue/WI-78868 for the updates.