I\'m trying to add a c/c++ plugin to IntelliJ IDEA, so I went to plugins and searched for it but couldn\'t find it. Did they remove it and replace it with their new IDE cLion? I
Simply download the cpp plugin of the old 14 version located here: https://plugins.jetbrains.com/plugin/1373-c-c-
Then edit the file CppTools/META-INF/plugin.xml and replace the "until-build" value in line 5 to something like until-build="170.0"
And this works perfectly :)