最好的javascript开发环境?

发布于 2024-10-14 20:42:41 字数 96 浏览 2 评论 0原文

在使用大量 JavaScript 代码开发 Web 应用程序时,最好使用什么 Windows 环境?除了 VS 之外,还有其他工具具有某种 JavaScript 智能感知功能吗?

What is the best windows environment to use while developing web application with heavy javascript coding? Does any tools other than VS have some kind of intellisense for javascript?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

不羁少年 2024-10-21 20:42:41

看看cloud9ide netbeansvs2010webstorm, Aptana, Eclipse

我的意思是你可以选择!

Cloud9IDE 是一个在服务器中运行的基于 Web 的 IDE。您只需访问该网站并在浏览器中开发、编写和调试您的代码。只需登录并写入即可。但这还处于封闭测试阶段并且非常年轻。它需要成熟

Netbeans 对于那些使用过 Java 的人来说是熟悉的。与 aptana、eclipse 和 aptana 相比,它的 javascript 支持很好。 vs2010 我更喜欢它。

WebStorm 是一款专为前端开发人员打造的出色 IDE。就像 VS 一样,它不是免费的,但它比 VS 便宜得多。我目前推荐 WebStorm,因为它具有内置的智能感知、git 集成和重构工具等良好功能。

当然,您始终可以使用 VIMEmacsNotepad++ 用于您的 JavaScript。

Look at cloud9ide, netbeans, vs2010, webstorm, Aptana, Eclipse.

I mean have your pick!

Cloud9IDE is a web based IDE thats run in a server. You just go to the website and develop, write and debug your code in the browser. Just login and write. But this is in closed beta and very young. It needs to mature

Netbeans is familiar for those who have used it for java. It's javascript support is good and compared to aptana, eclipse & vs2010 I prefer it.

WebStorm is a great IDE made for front-end developers. This like VS isn't free but it's significantly cheaper then VS. I would recommend WebStorm currently for having good features like intellisense, git integration and refactoring tools build in.

Of course you can always use VIM, Emacs or Notepad++ for your javascript.

故事灯 2024-10-21 20:42:41

“最好”与用户密切相关。就我个人而言,我使用过 Komodo Edit(如果我没记错的话,有用于 JS 的智能感知)、Eclipse(不知道智能感知)、Notepad++、Vi,最后是 Emacs。

Emacs 是我选择的一切编辑器。如果您足够了解命令、按键绑定和系统命令(如果您使用的是 Windows,您应该安装 Cygwin 并学习它),它无疑是最有效的开发环境。

(没有必要在这里引发一场宗教式的 emacs 与 vi 辩论 - 我也喜欢 Vi,只是没那么喜欢;))

'Best' is very much relative to the user. Personally, I've used Komodo Edit (if my memory serves me correctly has intellisense for JS), Eclipse (dunno about intellisense), Notepad++, Vi and finally Emacs.

Emacs is my editor of choice for everything. If you know your way around the commands, key binds and system commands well enough (if you're on Windows, you should install Cygwin and learn it imho), it's without a doubt the most effective dev environment available.

(No need to spark a religious emacs vs. vi debate here - I do like Vi too, just not as much ;))

淡看悲欢离合 2024-10-21 20:42:41

Netbeans 对我来说和任何东西一样好 - 但这实际上取决于个人品味!那里有很多东西,请尝试一下,看看什么最适合

Netbeans works as good as anything for me - but it's really down to personal taste! There's loads out there, give them a go and see what works best for you.

温柔一刀 2024-10-21 20:42:41

文本伴侣。轻量级,性能非常好,可配置性极高,有很多很多漂亮的内置捆绑包。

TextMate. Lightweight, performs very well, extremely configurable, lots and lots of nice built-in bundles.

撞了怀 2024-10-21 20:42:41

我知道您说的是“除了 VS”,但 Visual Studio 2010 具有非常出色的 javascript 支持。查看 Scott Gutherie 关于该主题的这些帖子:

第二篇文章适用于 Visual Studio 2008 中引入的改进,但它当然也适用于 2010 版本。如果您的独立脚本文件需要智能,我建议您阅读 关于该主题的这篇博客文章。您是否发现 Visual Studio 的 javascript 支持中缺少某些内容而需要寻找其他解决方案?

I know you say 'other than VS,' but Visual Studio 2010 has really great javascript support. Have a look at these posts by Scott Gutherie on the subject:

The second post applies to improvements introduced in Visual Studio 2008, but it certainly holds true for the 2010 edition. If you are needing intellisence in your standalone script files I suggest you read this blog post on the subject. Do you find something lacking in Visual Studio's javascript support that has you searching for another solution?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文