First step:
Get rid of Eclipse's JS validation:
Will Windows->preference->java script->validator->errors/warnings->
Enable Javascript sematic Validation The front of the hook to remove;
Step Two:
Right-key Item-> Properties-> Builders Remove the hook in front of JavaScript Validator
If there is no JavaScript validator this entry in builders. Then go to the. project file to modify the following:
Locate the project directory and delete the following sections in the. project file in the project directory:
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments></arguments>
</buildCommand>
and <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
Note that modifying the. project file may require you to restart Eclipse, or close the project in Eclipse, and then reopen the project.
Step Three:
Copy the JS file to a place, and then directly delete the error from Eclipse JS file, errors disappear, and then put that
A JS file in the handcuffs.
If it's not right, just open problems view in eclipse, check the relevant error, and follow the prompts to resolve it.