The best editor for writing and debuggng avascript?

H

howachen

Currently I only use Ultra-Edit to write Javascript and debug using the
firefox JS debugger.

But as the project goes complex, I need to have a more advance editor,
such as class/methods browsing, auto-complete, and maybe a build-in
debugger if possible?


I don't mind to pay for the editor, but what is the best editor now in
the market?

thanks...
 
N

Noggon

Currently I only use Ultra-Edit to write Javascript and debug using the
firefox JS debugger.

But as the project goes complex, I need to have a more advance editor,
such as class/methods browsing, auto-complete, and maybe a build-in
debugger if possible?


I don't mind to pay for the editor, but what is the best editor now in
the market?

thanks...

Venkman?

http://www.svendtofte.com/code/learning_venkman/
 
L

Laurent Bugnion

Hi,

Venkman is not an editor, it's a JavaScript debugger for Mozilla-based
web browsers.

As editor, I use Visual Studio 2005, and I love it. It has (limited)
auto-complete features and an excellent built-in debugger (you can start
with F5 in debug mode even a HTML page). It doesn't have class/method
browsing though, but I don't know any editor which has this, due to the
very flexible nature of JavaScript.

HTH,
Laurent
 
M

metafeather

I have recently made this sort of move as the number of libraries I
begin every project with has increased.

Without a doubt the most feature rich Javascript editor available right
now is JSEclipse, an add-on to the Eclipse application, and both are
free:

http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/
http://ajaxian.com/archives/jseclipse-15-released

Eclipse its self can be a little sucky, but the tips here helped me
sort out its layout to be more like Dreamweaver/UltraEdit/Textpad:


http://www.aspectprogrammer.org/blogs/adrian/2006/02/tips_for_using.html

http://blog.exis.com/colin/archives/2004/12/23/managing-plugins-in-eclipse/

Regards

metafeather
 
J

jussij

But as the project goes complex, I need to have a
more advance editor,

The Zeus IDE has support for JavaScript:

http://www.zeusedit.com/features.html

It has features like JavaScript syntax highlighting,
ftp/sftp editing, project/workspace management,
integrated version control etc.

You can even write Zeus macros in JavaScript ;)
such as class/methods browsing, auto-complete,

Class browsing is automatically provided for all
file in the current project workspace.

The Zeus auto-complete is based on ctags and needs
to be user configured. For example this link shows
how Zeus can be configured for Java:

http://www.zeusedit.com/forum/viewtopic.php?t=731
and maybe a build-in debugger if possible?

Zeus has no JavaScript debugger support :(
I don't mind to pay for the editor, but what is the
best editor now in the market?

Zeus is shareware and has a 45 day fully functional
trial period.

Jussi Jumppanen
Author: Zeus for Windows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top