Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>C/C++ Include InlinerNew to Visual Studio Code? Get it now.
C/C++ Include Inliner

C/C++ Include Inliner

Ariyudo Pertama

|
735 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

C/C++ Include Inliner

This extensione allows you to replace include tags with the actual source code. Please note that it currently only works on non-compiled include files.

Features

Copy to Clipboard

This feature enables you to copy all the code in the current directory with the specified include tags replaced. You can find the "Copy" button on the navigation panel, or use the keyboard shortcut Ctrl+Alt+Z (Cmd+Alt+Z for macOS users).

Extension Settings

This extension contributes the following settings:

  • includeInliner.includedPaths: Specifies the paths to include during the inlining process. Any file whose path contains a substring specified in one of the included paths will be included.
  • includeInliner.excludedPaths: Specifies the paths to exclude from the inlining process. Any file whose path contains a substring specified in one of the excluded paths will not be included, even if it matches a substring in the included paths.

Known Issues

  • Cannot differentiate between commented include tags and uncommented include tags.
  • Does not detect cycles in the recursive process.

Release Notes

0.0.1

Initial beta version.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft