TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What IDE do you use for your JavaScript/AJAX development?

4 pointsby circuitbreakerover 14 years ago

7 comments

klsover 14 years ago
Netbeans has very good JavaScript support and in browser JavaScript debugging. It is the only one I know of so far that does in-browser debugging. VS and IE do but IE's debugger is primitive. Netbeans allows you to debug and trace through the entire stack in one location. I went through a lot of them Aptana, Eclipse, et. al. and found that Netbeans provided the best JavaScript development tools in my opinion.
bdfh42over 14 years ago
Where applicable, I use MS Visual Studio - applies "intellisense" to your JavaScript code and supports "step though" code debugging with access to variable values.
dagwover 14 years ago
JetBrains WebStorm. Basically a stripped down version of IntelliJ IDEA for javascript. Moved to it from Aptana and have never looked back.
jcfreiover 14 years ago
VIM as well. Since you're advised to keep everything in one file, handling 5000+ lines of code requires a snappy editor.
评论 #1979918 未加载
singerover 14 years ago
Aptana Studio (<a href="http://aptana.com" rel="nofollow">http://aptana.com</a>)
madhouseover 14 years ago
Emacs
CyberFonicover 14 years ago
VIM