A Visual Studio Code extension for C++ Insights
Some of you had asked for this in the past, and now it is there. Thanks to Tobias Fuchs (@meet__tobi), there is now an extension for Visual Studio Code that allows you to see the transformations of C++ Insights directly in your favorite editor.
Check it out!
- The extension marketplace.visualstudio.com
- The GitHub repo github.com/devtbi/vscode-cppinsights
There was already a first issue opened for Windows #422. It looks like that Microsoft's STL isn't fully happy with C++ Insights or, better, the Clang version it reports. Should you experience odd compiler errors from the library, try using _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH
as build define.
Let me and Tobias know what you think!
Support the project
You can support the project by becoming a GitHub Sponsor or, of course, with code contributions.
Andreas