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 plete or code assist. Are there any?
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 plete or code assist. Are there any?
Share Improve this question edited Feb 27, 2015 at 15:02 j08691 208k32 gold badges269 silver badges280 bronze badges asked Nov 19, 2008 at 5:08 user36500user36500 211 silver badge5 bronze badges4 Answers
Reset to default 6I 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.
Why not Visual Studio/Web Developer 2008 (or did I miss something)? The express edition is free.
You can use the standalone version of Aptana Studio, it's free and much lighter than the plete Eclipse.
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.