In anticipation of doing more JavaScript development, I went back to look at the state of my editors on hand. BBEdit was always a favorite for quick-and-dirty text editing, and has a very simple interface with some good, basic tools for, say, quickly throwing together a table or other assortment of HTML tags…but it was lacking for serious development.
A while back, I upgraded to Coda. I really love the interface, and it has nice built-in tools for FTP and SVN. But I want robust JavaScript functionality, and while the code completion is satisfactory (aside from some minor built-in typos), JQuery support isn’t what I was looking for.
I had given Aptana Studio a quick look as a helper for building AIR with JavaScript. But I recently gave it a full test drive as a JavaScript editor and I really love it. The code hinting and auto complete is great, JQuery support (as well as the support for other frameworks) via easily installed plugins is fantastic. There’s also debugging, robust HTML/CSS code assist, live preview, aq DOM outline view, and FTP. What’s more is, having built a ton of ActionScript applications with Flex/Flash Builder, the Eclipse-style interface is very familiar to me, even though it’s more cluttered than Coda.
Not to mention: it’s open source! Check it out.