Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ClangCompleteNew to Visual Studio Code? Get it now.
ClangComplete

ClangComplete

kube

|
74,372 installs
| (3) | Free
C/C++ completion using Clang
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Though, LSP has now been standardized by Microsoft, and the LLVM team created their own implementation, named clangd, which also has an associated VSCode extension.

Setup

You need to have Clang installed, and accessible via your path.

Compiler flags

Optional flags for Clang can be defined in a .clang_complete file at the root path of the project :

 -DDEBUG
 -include ../config.h
 -I../include
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft