12

Is there any Web based editor for html, javascript, jquery and css with intellisense? Sites like jsFiddle are great, but the lack of intellisense makes the whole exercise of editing a rather tedious task.

Dan
  • 6,008
  • 7
  • 40
  • 41
Deepanjan Nag
  • 901
  • 3
  • 14
  • 26

3 Answers3

6

I think the Cloud9 IDE will do what you want.

busticated
  • 2,147
  • 1
  • 20
  • 20
3

Webstorm or IntelliJ are both great for JavaScript development.

hvgotcodes
  • 118,147
  • 33
  • 203
  • 236
3

User "Busticated" is prophetically correct. From the Cloud9 Google group:

Q: Are there any plans to add an intellisense/codecompletion feature to Cloud9?

If so, what is the goal date-wise?

A: Yes, we're working on autocomplete for Cloud9. I have it scheduled for the autumn right now, but I have good hopes we'll be able to do a poor-mans implementation by this summer.

Ruben

Source

Mark C
  • 161
  • 6