📜 ⬆️ ⬇️

C / C ++ plugin for IntelliJ IDEA as OpenSource

Hello.

Today, after two weeks of waiting, Advanced Tools published the source code of the plugin, if anyone does not know, this plugin provides C / C ++ support for IDE which are based on the IntelliJ platform (web ide, idea, etc)


')
History: two weeks ago - I wrote to the author (one of them), with a request to publish the source code of the plugin. And today I received a letter with reference to the sources.

I think I'm not the first who wants to improve the plugin. I suggest doing it together. My e-mail can be found in the profile of GitHub github.com/VISTALL . For it is not yet known whether the authors will continue to work on the plugin.

A little about the structure of the plugin. The plugin itself is a wrapper on another process (outside java). This is due primarily to the performance. Just the binary files are not enough in the reposit now - but I think they will be there.

The repository plugin itself is on github: github.com/nicity/CppTools

Source: https://habr.com/ru/post/172259/


All Articles