How do I make IntelliJ ignore javascript syntax errors in one .js file?
To change the highlighting level for the current file:
- Open the Highlighting Level pop-up window by doing one of the following:
- On the main menu, choose Analyze | Configure Current File Analysis.
- Press Ctrl+Shift+Alt+H.
- Click the Hector icon on the status bar (bottom right-hand corner).
- Right-click the code inspection indicator at the top of the scroll bar. Choose Customize Highlighting Level.
- Move the slider to one of the three available positions that define the highlighting level:
- None: turn highlighting off.
- Syntax: highlight syntax problems only.
- Inspections: (default) highlight syntax problems and problems found by inspections.