Java IntelliJ IDEA 社区版能否以某种方式支持 Ultimate 的功能?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19091946/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Can IntelliJ IDEA Community Edition support Ultimate's features somehow?
提问by Stathis Andronikos
I know that Community ediition doesn't support certain features of Ultimate but I want to know that there is NO way to make these features to run in anyway. For example, the Enterprise development (e.g. Tomcat, Glassfish, Oracle, etc.) or Web development (e.g. Spring, HTML5, etc. ). So, if I have to run these kind of development somehow can I succeed in doing these things only with the Community edition or I am locked and not able to do such things. Say, I don't have the luxury to go to Ultimate for some reason.
我知道社区版不支持 Ultimate 的某些功能,但我想知道无论如何都无法让这些功能运行。例如,企业开发(例如Tomcat、Glassfish、Oracle 等)或Web 开发(例如Spring、HTML5 等)。所以,如果我必须以某种方式运行这些开发,我只能使用社区版才能成功地完成这些事情,或者我被锁定而无法做这些事情。说,由于某种原因,我没有机会去 Ultimate。
采纳答案by NimChimpsky
If you are a cheapskate use the EAP from Jetbrain's Confluence page.
如果您是小气鬼,请使用Jetbrain 的 Confluence 页面中的 EAP 。
The early access might have bugs - but it's free, has all the features of the Ultimate edition, and then some.
早期访问可能有错误 - 但它是免费的,具有 Ultimate 版的所有功能,然后是一些。
回答by Peter Gromov
You may use IDEA Community Edition for editing the code, you just won't get any features specific to the servers you're using, e.g. run configurations. You'll have to launch your application using the command line. You'll be able to use Artifacts feature to build all the jars you need.
您可以使用 IDEA 社区版来编辑代码,但您不会获得任何特定于您正在使用的服务器的功能,例如运行配置。您必须使用命令行启动您的应用程序。您将能够使用 Artifacts 功能来构建您需要的所有 jar。
You won't get any Spring-specific code completion or code inspections, but you'll get a decent XML editor for its configuration files. You'll get some basic HTML editing features, but no JavaScript.
您不会获得任何特定于 Spring 的代码完成或代码检查,但您将获得一个用于其配置文件的不错的 XML 编辑器。您将获得一些基本的 HTML 编辑功能,但没有 JavaScript。
There's no way to get those features out of IntelliJ IDEA Community Edition source, they just aren't there.
无法从 IntelliJ IDEA 社区版源中获取这些功能,它们只是不存在。
BTW if you use Ultimate EAP as NimChimpsky suggests, and report plenty of bugs, the developers might be grateful for them and give you a free license in return at the moment of the release (around December).
顺便说一句,如果您像 NimChimpsky 建议的那样使用 Ultimate EAP 并报告大量错误,开发人员可能会感激他们并在发布时(大约 12 月左右)给您免费许可证作为回报。