KIRAN K J
KIRAN K J

Reputation: 732

How to develop Angular/React in IntelliJ IDEA Community Edition

I am new to IntelliJ IDEA, I am using VS Code for Angular and reactJS development. I can see there are several useful features in IntelliJ IDEA Ultimate Edition. In VS Code we can install the plugins and add features. Like that can we add a specific set of plugins and make the IntelliJ IDEA Community edition like Ultimate edition for the web development. If YES, what are the plugins I need to install? If NO, what are the alternatives?

Upvotes: 7

Views: 17578

Answers (4)

Gary Teichrow
Gary Teichrow

Reputation: 81

TLDR; Use Netbeans for your Node/React work.

One option you may want to consider: Netbeans has an excellent environment for creating and editing Node/React apps.

It's definitely a little sub-optimal/clumsy to run NetBeans alongside IntelliJ simply to get the Node/React ability. But while IntelliJ is a fantastic IDE (JEE, Payara Micro, for me) the IJ Community Edition still does not allow an ability to create/edit/debug Node based applications. Something Netbeans does a very good job at.

One vote for IntelliJ to enable this ability in their CE

Upvotes: 1

Ivan Bryzzhin
Ivan Bryzzhin

Reputation: 2155

While Community Edition is not support JS, you can use Ultimate Edition EAP, EAP allow you use it 30 days for free, then you have to update it to latest EAP again and you have 30 days more

Upvotes: 4

sumit singh
sumit singh

Reputation: 57

Other alternatives is to use the eclipse ide(It is free) and download the free version angular plugin. To download angular plugin in eclipse: Go to Help->Marketplace->Search Angular Development Tool . Click on Download .

Upvotes: 0

lena
lena

Reputation: 93778

You can't install JavaScript support in IDEA Community Edition, the required plugins are only available in Ultimate. If you can't afford IDEA Ultimate, try WebStorm - it provides advanced coding assistance for Angular and React out of the box and is less expensive

Upvotes: 6

Related Questions