Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Validate JavaScript syntax in IDE (Editor)?

Tags:

javascript

ide

Are there any JavaScript editors that can validate JavaScript syntax on the fly? Things like missing brackets, etc.

like image 626
Egor Pavlikhin Avatar asked Jun 29 '10 00:06

Egor Pavlikhin


1 Answers

You can go grab Javascript Lint then do exactly what you want and use whatever editor you want:

Javascript Lint - http://www.javascriptlint.com/download.htm

like image 179
Jamie Wong Avatar answered Oct 30 '22 17:10

Jamie Wong