Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C/C++ Plugin for Intellij-Idea Community edition

I'm using: IntelliJ IDEA 2018.3.5 (Community Edition) Build #IC-183.5912.21, built on February 26, 2019 JRE: 1.8.0_152-release-1343-b28 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0

I want to use C/C++ code. I know that there is a separate IDE 'CLion' available for this, but is it possible to integrate C/C++ in this community edition of Intellij only? I don't want to have any seperate IDE.

like image 430
nicks91 Avatar asked Mar 25 '19 08:03

nicks91


People also ask

Can we write C program in IntelliJ IDEA?

C/C++ are not officially supported in IntelliJ IDEA, but you can use CLion. You can browse the JetBrains Marketplace to find an official plugin that adds support for almost any language, framework or technology used today, or for third-party plugins.

Does IntelliJ include CLion?

CLion Plugin Development CLion is an IntelliJ Platform-based product.

Can I run C in PyCharm?

Unfortunately PyCharm does not support any C/C++ coding and there are no existing plugins for PyCharm that will support this. With that said, there is an IDE for C and C++ called CLion which is released by JetBrains just like PyCharm.


1 Answers

There is no C/C++ support for IntelliJ IDEA Community and Ultimate at the moment.

Here is the related feature request. Even when implemented, it will be probably available only in the Ultimate version.

like image 113
CrazyCoder Avatar answered Oct 22 '22 01:10

CrazyCoder