« Woking on VSCode, I always felt a bit frustrated when coding in C++ with VSCode extensions. It was lagging behind CLion for example, or behind JavaScript/TypeScript experience on VSCode (with esling, prettier, ...). Clangd might change the game, as it brings the powerful llvm
clang and
clang-tidy on whatever is your favorite editor : unused headers, advanced warning about style or clumsy patterns, ... If you are interested, all the features are
here. Last minute update thanks to Vincent : clangd comes directly with the
Zed IDE. »