Rakesh Juyal
Rakesh Juyal

Reputation: 36749

Is there any editor which supports html and jQuery code completion?

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

Answers (4)

Fenton
Fenton

Reputation: 250842

I have used the following...

  • Eclipse - had the same problem as you
  • Aptana - had the same problem as you
  • NetBeans - pretty much the same problem
  • Web Storm - pretty much the same problem
  • Visual Studio - pretty much the same problem

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

Dan Diplo
Dan Diplo

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

fehrlich
fehrlich

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

Oded
Oded

Reputation: 498914

I you are using windows, you can use the express version of visual studio web platform - here. It is free and has good HTML support with javascript and jQuery intellisense.

It should work fine under mono, if you are using Linux or Mac.

Upvotes: 0

Related Questions