Reputation: 36749
First of all, i use eclipse to edit my html files that's not weird at all. There are plugins for eclipse which supports html and jquery code completion. But eclipse takes too much memory of my system, and i want to get rid of eclipse for html editing.
Now is there any free editor which supports html and jQuery code completion.
No aptana please i don't like that.
Upvotes: 3
Views: 969
Reputation: 250842
I have used the following...
Of course, this just means that if you want your IDE to compile in the background and provide intellisense, it is going to eat some memory, so you kind of have to live with that, or use something that doesn't give you code-completion (Notepad++) or does it in a more noddy-way without background-compilation.
Upvotes: 0
Reputation: 25339
Visual Studio 2008 and 2010 support intellisense for jQuery when you add a VSDOC file for it. I believe the free Express versions also support this, though can't confirm this from personal experience.
Upvotes: 3
Reputation: 2505
Personal I'm using Netbeans wich support your requirements and it has a little bit better performance. But I guess you don't want a full IDE. So i recommend Notepad++. I've heared that there is a plugin for jQuery.
Also see: What is your favourite JavaScript/jQuery code editor?
Upvotes: 0