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

后端 未结 5 1712
悲&欢浪女
悲&欢浪女 2021-02-11 12:43

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

5条回答
  •  萌比男神i
    2021-02-11 13:16

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

提交回复
热议问题