Remove JavaScript Error Markers Permanently deleted user 创建于 2012年05月30日 14:28 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.
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.