Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can IntelliJ IDEA Community Edition support Ultimate's features somehow? [closed]

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.

like image 644
Stathis Andronikos Avatar asked Sep 30 '13 10:09

Stathis Andronikos


2 Answers

If you are a cheapskate use the EAP from Jetbrain's Confluence page.

The early access might have bugs - but it's free, has all the features of the Ultimate edition, and then some.

like image 172
NimChimpsky Avatar answered Sep 20 '22 16:09

NimChimpsky


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.

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.

There's no way to get those features out of IntelliJ IDEA Community Edition source, they just aren't there.

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).

like image 22
Peter Gromov Avatar answered Sep 23 '22 16:09

Peter Gromov