I need a text editor that supports cross platform JavaScript languages such as jQuery or MooTools.
I do not mean a rich text editor. I’m looking for an “intellisense” text editor
to develop in those languages.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think IntelliJ is as good an editor for JavaScript as there is. They parse everything into an abstract syntax tree, so the tool can be very smart about knowing what you need to do.