Reputation: 21
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?
Upvotes: 1
Views: 4443
Reputation: 11
Aptana provide Javascript code assist, but not intellisense. True intellisense for Javascript currently provided only by three IDs:
So the answer - NetBeans.
But, unfortunately none of these do this job well.
Upvotes: 1
Reputation: 1114
You can use the standalone version of Aptana Studio, it's free and much lighter than the complete Eclipse.
Upvotes: 1
Reputation: 1324317
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.
Upvotes: 6
Reputation: 14084
Why not Visual Studio/Web Developer 2008 (or did I miss something)? The express edition is free.
Upvotes: 2