简体   繁体   English

Javascript / CSS / HTML / Java IDE?

[英]Javascript/CSS/HTML/Java IDE?

So here we go. 所以我们走了。 I want to choose between Aptana, Eclipse, and Netbeans. 我想在Aptana,Eclipse和Netbeans之间做出选择。 I want a sort of all inclusive program as I try out these different languages to see what I want to try out. 我想要一种全包程序,因为我尝试了这些不同的语言,看看我想要尝试什么。 I have VS for my C/C++. 我有我的C / C ++ VS. So do any of these support HTML, CSS, Javascript, and Java? 那么这些支持HTML,CSS,Javascript和Java吗? I think it's netbeans but I'm not sure. 我认为这是netbeans但我不确定。

Also, what is the best paid app for Javascript? 此外,什么是最好的付费应用程序的Javascript? Is dreamweaver any good? Dreamweaver有什么好处吗?

Aptana, Eclipse, and Netbeans all support HTML, CSS, JavaScript and Java. Aptana,Eclipse和Netbeans都支持HTML,CSS,JavaScript和Java。

Aptana is actually Eclipse under the covers with what looks like better support for web applications. Aptana实际上是Eclipse,它看起来更像是对Web应用程序的支持。

I have used Eclipse extensively and found that it was sufficient for my Java web development work. 我已广泛使用Eclipse,发现它足以进行我的Java Web开发工作。

Recently I have switched to using IntelliJ IDEA after using their JavaScript IDE - Webstorm . 最近我在使用他们的JavaScript IDE - Webstorm之后转而使用IntelliJ IDEA IntelliJ IDEA is a full-featured IDE with great support for various languages and frameworks. IntelliJ IDEA是一个功能齐全的IDE,支持各种语言和框架。 Webstorm (as far as I can tell) is a cut-down version of IntelliJ IDEA specifically focused on JavaScript development. Webstorm(据我所知)是IntelliJ IDEA的简化版本,专门针对JavaScript开发。

The great thing about IntelliJ IDEA and Webstorm is their support for mixed languages. IntelliJ IDEA和Webstorm的优点在于它们支持混合语言。 That is, if you have HTML, CSS, and Javascript all in one file, it understands it all and highlights, and formats, the code for you properly. 也就是说,如果您将HTML,CSS和Javascript全部放在一个文件中,它就能理解所有内容,并为您正确地突出显示和格式化代码。 Another great feature are the code inspections which analyse your code for errors and common mistakes - this is a great feature. 另一个很棒的功能是代码检查,它可以分析代码中的错误和常见错误 - 这是一个很棒的功能。

Both IntelliJ IDEA and Webstorm are paid applications, but you can try them out for free for 30 days. IntelliJ IDEA和Webstorm都是付费应用程序,但您可以免费试用30天。

I would highly recommend trying out IntelliJ IDEA and/or Webstorm. 我强烈建议您尝试使用IntelliJ IDEA和/或Webstorm。

Eclipse is a develpoers best friend. Eclipse是开发者最好的朋友。 Every language leave for .NET, but it's MEANT for Java, and the others. 每种语言都留给.NET,但它对Java和其他语言都很重要。 And NEVER buy an app to develop, it becomes a crutch. 永远不要买一个应用程序来开发,它变成了一个拐杖。

And Eclipse has a million and a half plug-ins that can become super useful... just found this LESS CSS compiler that runs on file save... epic! Eclipse有一百五十个插件可以变得非常有用......刚刚发现这个LESS CSS编译器可以在文件中运行...史诗!

Depends on what you're doing but every place I've worked for prefers Eclipse over anything else, may just be industry standard but I get along with Eclipse very well. 取决于你正在做什么,但我所工作的每个地方都喜欢Eclipse而不是其他任何东西,可能只是行业标准,但我很好地与Eclipse相处。 One thing that stands out it's modularity and the ability to find a plugin for any specific technology. 有一点突出了它的模块化和为任何特定技术找到插件的能力。 I have used Netbeans in the past and it's not bad - perhaps the biggest advantage, at least when I was using it, was the built-in GUI builder specific to Swing applications but I suppose it's a matter of preference in the end. 我过去曾经使用过Netbeans并且它还不错 - 也许最大的优势,至少在我使用它的时候,是特定于Swing应用程序的内置GUI构建器,但我想这最终是一个偏好问题。 I believe both have support for the technologies that you mentioned although I haven't encountered Aptana before. 我相信我们都支持你提到的技术,尽管我之前没有遇到过Aptana。

Aptana is actually Eclipse, bundled directly with highlighters for CSS, HTML, JS and adds additional very handy functionality. Aptana实际上是Eclipse,直接与用于CSS,HTML,JS的荧光笔捆绑在一起,并添加了额外的非常方便的功能。 But you just as well could use eclipse and download all the plugins via the plugin manager and you'd have the experience of pornific-java developement, as well as porntastic javascript/html/css possibilities. 但你也可以使用eclipse并通过插件管理器下载所有插件,你就有了色情-java开发的经验,以及porntastic javascript / html / css的可能性。

I'd recommend Aptana, unless you really need Java, then I'd do the Eclipse+Plugins attempt. 我推荐Aptana,除非你真的需要Java,然后我会做Eclipse + Plugins尝试。

There are Eclipse builds for everything and is widely used. Eclipse版本适用于所有内容,并且被广泛使用。 Netbeans is more for (you guessed it) web development, but I find a lot of people find it easier to use. Netbeans更适合(你猜对了)web开发,但我发现很多人发现它更容易使用。 Eclipse confuses people when they start using it. Eclipse开始使用它时会让人感到困惑。 They both do HTML, JavaScript and CSS pretty well. 他们都很好地做HTML,JavaScript和CSS。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM