clang-power-tools icon indicating copy to clipboard operation
clang-power-tools copied to clipboard

Is it possible to create a similar extension for VS Code?

Open mmahimtura opened this issue 7 years ago • 2 comments

mmahimtura avatar Dec 29 '17 15:12 mmahimtura

Hi,

Thank you for your suggestion.

We consider that the greatest asset of our VS extension is the ability to parse and adapt Visual Studio project settings to the Clang format. For VS Code, extracting "project" settings from the configured Json files should be much easier.

In terms of IDE integration, the extensibility framework for VS Code is completely different from the one in Visual Studio and unfortunately we don't have the experience to do it at the moment.

We welcome external help if someone has experience developing C++ extensions for VS Code.

cpp-red-lion avatar Jan 08 '18 10:01 cpp-red-lion

Implementing VS Code support is left as an exercise :)

Bu11etmagnet avatar Feb 16 '18 08:02 Bu11etmagnet

I will close this issue as we are not planning a future implementation

mariru27 avatar Jul 10 '23 08:07 mariru27