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.