javascript compiler ? editor?

R

Raoul Duke

hello,

does there exist a javascript editor that auto fills in the stuff you want
to type ? debug mode that can step trace bugs ?

i'm used of working with eclipse, but that's like shooting woth a canon on
birds, is there something out there ?
i would like to debug & would like to have auto-completion ...


thanks !!!
 
T

Thomas 'PointedEars' Lahn

Raoul said:
does there exist a javascript editor that auto fills in the stuff you want
to type ? debug mode that can step trace bugs ?

Why don't you search http://jibbering.com/faq/ and this
group with Google Groups for `debugger' before posting?
i'm used of working with eclipse, but that's like shooting woth a canon on
birds,

At least the PHPeclipse plugin[1] can provide the "auto fill"
feature since it has configurable code templates now. It
would be nice if the JSEditor plugin[1] would allow that, too.


PointedEars
___________
[1] http://phpeclipse.sf.net/
[2] http://jseditor.sf.net/
 
C

Charlene Russ

I think there is one for Java 2 and VB .Net but not JavaScript. JavaScript
is normally written in notepad or an HTML text editor. You may designate
alert functions for the onError event however. JavaScript is similar to
Perl in that it doesn't give automatic error notifications, just won't run.

A word of unwanted advice though, if you want to program you should be
prepared to do some work. Also if you don't understand the creative logic
behind the code you're creating, then what good is it? Okay, off my soapbox
now.

-Charlene
 

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

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top