Can't find C/C++ IntelliJ IDEA Plugin

后端 未结 3 1076
有刺的猬
有刺的猬 2021-02-11 12:36

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

3条回答
  •  不知归路
    2021-02-11 13:09

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

提交回复
热议问题