I just happened to read jQuery Intellisense Updates from Microsoft and was wondering if there was any editor or eclipse plugin available which provides intellisense complete or code assist. Are there any?
views:
2038answers:
4
+1
A:
Why not Visual Studio/Web Developer 2008 (or did I miss something)? The express edition is free.
amdfan
2008-11-19 05:11:03
+6
A:
I believe eclipse, with the Aptana plugin, has some JQuery support.
As mentionned here, intellisense is supported:
5. Start coding.
- As you type, notice that Code Assist is now active for the jQuery objects and functions that you use.
- Press ctrl+space at any time to activate Code Assist.
VonC
2008-11-19 05:14:43
+1
A:
You can use the standalone version of Aptana Studio, it's free and much lighter than the complete Eclipse.
Claude
2009-06-20 21:17:01
A:
Aptana provide Javascript code assist, but not intellisense. True intellisense for Javascript currently provided only by three IDs:
- NetBeans (open source)
- IntelliJ Idea (proprietary web development)
- MS Visual Studio (proprietary, free edition exist)
So the answer - NetBeans.
But, unfortunately none of these do this job well.
vitrilo
2010-05-28 11:06:46