views:

113

answers:

3

Is there any Javascript Editor Control like in visual studio? Thanks...

+4  A: 

Check Aptana

Amr ElGarhy
It's not free/open source...
TTT
uh... "Free, Open Source and Cross PlatformDownload Aptana Studio for Windows, Mac, or Linux. Both the standalone and Eclipse plugin distributions are free, open source software."
scottm
I've use Aptana on a couple projects, it's a great product. In the JavaScript space it's the best editor I've seen.
Chuck Conway
found this browser based editor http://jsfiddle.net/LDTYu/
Amr ElGarhy
A: 

If you don't want to pay for Visual Studio, you can use Visual Web Devleoper Express. If you are looking for intellisense for javascript, this does not have it, but Aptana does.

scottm
A: 

If you want a rich editor, plus dockable windows etc, then you might be able to combine tinymce with this.

Andrew Matthews