Copy Code Context - VS Code Extension
Copy Code Context lets you quickly copy one or more files or entire folders as Markdown-formatted code snippets.
Features
Copy Code Context
- Select one or more files or folders in the VS Code Explorer.
- Right-click and choose Copy Code Context.
- Automatically includes the file path, code content, and language syntax in a Markdown code block.
- Respects your configured include/exclude globs and file size limits.

Copy Folder Structure
- Right-click any folder in the Explorer.
- Choose Copy Folder Structure.
- Generates a Markdown-formatted tree of the folder’s contents, ignoring excluded files and folders.

Configurable
- Adjust
copyContext.includeGlobs , copyContext.excludeGlobs , and copyContext.maxContentSize in the extension settings to fine-tune what gets copied.
| |