Remove JavaScript Error Markers

Hi again and thank you all already for your previous help :)

Is it possible to remove the current error / warning markers in a Javascript file so that only the new error / warning markers will appaer.

ErrorMarkers.png

0
2 comments

No, there is no such way. IntelliJ IDEA doesn't make any distinction between old errors and new errors.

0
Avatar
Maxim Mossienko

Btw, you can switch off unwanted highlighting, e.g. press Alt + Enter on yellow marked code.

0

Please sign in to leave a comment.