Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>clang-include-fixerNew to Visual Studio Code? Get it now.
clang-include-fixer

clang-include-fixer

denniskempin

|
17,979 installs
| (0) | Free
clang-include-fixer integration for vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

clang-include-fixer README

This extension is provides integration with the clang-include-fixer command line tool to query and add includes for missing C++ symbols.

Usage

This extension expects clang-include-fixer to be available and configured. With that in place, just invoke the 'clang-include-fixer' command from the command palette. It will let you choose which include file to insert.

Image of vscode-include-fixer in action

Please refer to the clang documentation for details on how to set up clang-include-fixer.

Configuration

If 'clang-include-fixer' is not on your path, you can specify a full path or different binary in your user settings via:

"clang-include-fixer.binary": "/path/to/clang-include-fixer"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft