Eclipse Remove JS (JavaScript) validation error _javascript Tips

Source: Internet
Author: User

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.