0

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.

2
  • event the jslint plugin I added does not do the job. Commented Aug 22, 2014 at 10:22
  • Nodeclipse comes with a Javascript editor that does some decent syntax analysis. You can install it from the Eclipse market place. Commented Aug 22, 2014 at 19:06

1 Answer 1

2

I'm using the Eclipse Web Tools with the JavaScript Developer Tools. I had to "convert" my (mostly Python) project to a JavaScript project. Now it seems to have both "natures", as I get syntax checking in both Python and JavaScript files.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.