| A Personal extension for C++ projects. (currently still under heavy development and just tested with linux) Handle C++ projects are always difficult (since C++ is powerful and with too many options) ... In order to setup C++ projects fast and in order to easily get : 
packages dependency graphtargets dependency graphpreview of doxygen documentationcppchecksstyle guide checksguide lines checksproject templatesmuch more ... I transformed my "cheat sheet and knowledge" into an VS Code extension. This extension shall combine : 
conan for packagescmake for buildcppcheck for static code checks before builddoxygen for documentation (including execution flow)metrix with Metrix++ The default way is : 
generate new project 
commands : "CPS - Import default template" + "CPS - New Project"look :  
import packages (including header files) 
command : "CPS - Import depending packages"look :  
install packages and build (cppcheck to detect errors before) 
commands : "CPS - Install Packages" + "CPS - Build project"look :  
create package and test (choose Debug build type for "walking" through your tests) 
command : "CPS -  Create Package and Test"look :  P.S. Until I have a proper logo - i use the Iso C++ Logo |  |