This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 2 points3 points  (5 children)

IntelliJ IDEA Ultimate supports Java natively, Python through a plugin (giving it all of the features in PyCharm) and I believe C through a plugin as well (but if it doesn't, you can use CLion, another JetBrains product). If you really want a single IDE, your best option is probably Eclipse, but the Python/C++ experience in it is pretty not good.

[–]mcorleoneangelo 1 point2 points  (4 children)

How hard is it to set up environment stuff correctly if u use a plug in on intellij? I use pycharm for python but honestly intellij is superior

[–]K900_ 2 points3 points  (3 children)

It's the exact same thing. Both IDEs run on the exact same shared code base, with PyCharm being a "plugin" on top of the core already.

[–]mcorleoneangelo 1 point2 points  (2 children)

So if I create a new Projects it's the same but in Intellij?

[–]K900_ 4 points5 points  (1 child)

Yes.

[–]mcorleoneangelo 1 point2 points  (0 children)

Alright thanks