TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

JavaScript development environment?

1 点作者 phishphood大约 14 年前
What do folks use for JavaScript dev environment?<p>I am trying to setup new extjs based system and so far I like everything I see, except I can't figure out how to properly develop the thing. I am very much Eclipse person (last 8+ years) and while I am willing to move away from Eclipse I would like to have things like refactoring, type browsing, class hierarchies and integrated debugging.<p>Do this exists either as a standalone product or an Eclipse plugin?<p>Many thanks for the insight and suggestions

4 条评论

bglenn09大约 14 年前
For the features you're looking for, the other commenters gave you the two best-bets that I'm aware of. Personally, I use Visual Studio 2010 and really like it, primarily because of the multi-pane, multi-monitor support. In other words, I use it as a really fancy text editor. I do code heavily in ExtJs. For integrated debugging with ExtJs, Firebug is totally indispensible.<p>Getting started with Ext can be hard. I'd suggest starting with the demos and tweaking the code from there for your needs. The API reference online is very useful. StackOverflow is about on par with the forums for questions.<p>Good luck.
kls大约 14 年前
I use Netbeans, it has really good JavaScript support, all the standard stuff you would expect, plus it reconizes most of the JS libraries and will do auto complete for them. They used to have in IDE Javascript debugging in 6.7 but 6.9 and 7 do not have the plugin, they say it is coming back at some point. It was really nice to set break points in the IDE run the browser and be able to step through the code in the IDE. You could step through the front end, to the back end, to the database, and back again.
brewin大约 14 年前
Aptana Studio is based on Eclipse: <a href="http://www.aptana.com/products/studio3" rel="nofollow">http://www.aptana.com/products/studio3</a><p>Another JavaScript IDE is WebStorm: <a href="http://www.jetbrains.com/webstorm/" rel="nofollow">http://www.jetbrains.com/webstorm/</a>
roar109大约 14 年前
When I use in a proyect js, I use eclipse with a simple java web proyect and tomcat with the javascript files inside the folder etc, but I only use it for some things, so I think you should use what fit to your needs man :D