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

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

0

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

0

请先登录再写评论。