I currently use Visual Studio for javascript development, which is pretty good and helps because it integrates well with the rest of my server-side code. But I would like to find something better and more specific to javascript. Is there any other good javascript-specific IDE's available? Which one is the best? I like to have the intellisense(auto-complete) feature and debugging available. Automatic code highlighting and indentation is a given. Any suggestions...
What you have to say about Notepad++. it is not exactly you need but it have all features you mentioned..
Yeah, it seems okay for making quick alterations to scripts, rather than notepad. I noticed the autocomplete isn't specific to the current object, but it still helps... Thanks for the suggestion.
erm - give etexteditor a go. i use that for pure js dev, or uestudio for my php + rest projects. although debugging is odd...
To be honest, I keep a cheat sheet nearby, also a jquery cheat sheet and just use gedit on linux. No bells and whistles, but syntax highlighting for whatever language you can think of which is nice because I do the client side stuff in JS and the server side stuff in PHP.