Skip to content

denniskempin/vscode-include-fixer

Repository files navigation

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"

About

clang-include-fixer integration for VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published