Run the Javascript lint tool on notepad ++ to verify JS Code.

Source: Internet
Author: User

In front-end development tools, the editor has been using notepad ++ from the original Dreamweaver to the later Aptana.

In JavaScript code verification tools, JavaScript lint and Douglas crockford's jslint are completely different from each other and are said to be more rigorous than their verification code. To run the Javascript lint tool in Notepad ++, install the notepad ++ plug-in nppexec to run the tool in the command line mode. In this way, it is integrated into notepad ++.

Open execute (F6) and enter the following command ():

"D: \ jsl \ jsl.exe"-conf "D: \ jsl. Default. conf"-process "$ (full_current_path )"

Note that "D: \ jsl \ jsl.exe" and "D: \ jsl. Default. conf" in the command line must be the same as the local file path you set.

Then, the SAVE command is JavaScript lint. Click OK to execute it:

The verification of js code displayed in the console window is really strict! Haha. However, I ignore the small bug of the two codes.

(End)

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.