Hi Guys
I am finding a lot of time is being wasted going through a compile, load and run cycle to find out I have a silly syntax error or incorrect capitalization of a variable, etc. Are there any tools that I can use during the build to do deeper checking of the code (like a lint for JS)?
Regards, Richard
1 Answer
Accepted Answer
You can activate JSLint validation in the Preferences window.
Follow the path:
- Aptana Studio
- Validatoin
- Select JavaScript from the list of languages
- Validatoin
From there, you can activate JSLint validation
Your Answer
Think you can help? Login to answer this question!