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.
Please sign in to leave a comment.
No, there is no such way. IntelliJ IDEA doesn't make any distinction between old errors and new errors.
Btw, you can switch off unwanted highlighting, e.g. press Alt + Enter on yellow marked code.