So far I've used Dreamweaver and Eclipse to develop my JavaScript code and tried a bunch of others. And let me say I'm not impressed.
I'd like to think there are better tools out there. Tools that could, for example, give me a
hint that something is wrong when I type document.geElementsById
before I "build" and test my project. Maybe it could even have a autocomplete/suggestion system, so I don't have to type everything myself (Eclipse has this, but it doesn't work for functions you've defined, only for the built in features).
Let me know your favorites and why you think they're better than the rest.