views:

121

answers:

5

Are there any free editors that come with auto-complete / intellisense for JavaScript programming?

As I try and do more complicated JavaScript programming I find my lack of ide/intellisense/compiler to really be a source of frustration.

Any JavaScript environment tips?

A: 

You should try Aptana Studio. It is a complete JS IDE with massive functionality. But that depends on what you really need, may be PSPad would be enough.

PsychodelEKS
+1  A: 

Visual Web Developer Express

Josh Stodola
A: 

Bespin is an interesting browser-based code editor.

Diodeus
A: 

NetBeans has decent JavaScript editing capabilities.

Rob
A: 

Komodo Edit

None of the tools available provide really decent "intellisense" for JS (the same level as Java), so don't get your hopes up.

Also this is a duplicate of, for example, http://stackoverflow.com/questions/209126/good-javascript-ide-with-jquery-support.

Nickolay