Every time I deploy JavaScript I have to check the code in http://www.javascriptlint.com/online_lint.php .
I would like my IDE to do proper syntax check, but none of the JS Editors I have in Eclipse/Aptana is able to warn me for a simple omitting of a ;, a } and the like. I use Aptana Studio 3, and I have installed the Javascript Development Tools, I changed the editor in window->preferences->file associations to everything possible but still, I dont get proper syntax highlighting. Does anybody know why?
P.S. Normal syntax highlighting, like strings in green and function names in brown works well.