Is it possible to create a similar extension for VS Code?
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.
Implementing VS Code support is left as an exercise :)
I will close this issue as we are not planning a future implementation