Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Export all code ring fencedNew to Visual Studio Code? Get it now.
Export all code ring fenced

Export all code ring fenced

Ai Upstart

|
7 installs
| (0) | Free
This extension will export all the code files to a single text file, with each code block ring fenced in tripple back ticks
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Export all code in workspace to a single text file

The extension "exportallcoderingfenced" will export all the code your vscode workspace to a single text file. This can be used for ingesting all your workspace code in to an LLM for example.

Features

You provide the output file name that will be created in the workspace root. The extension will then create a file with the name you provided and write all the code files in your workspace to it, ring fenced in tripple back ticks.

For example if there is an app subfolder under your extension project workspace:

Export app code

You can control what files or folders are excluded from the export under the settings. Some defaults are in place to exclude the node_modules and .git folders. You can add to this list in the settings.

Export all settings

Release Notes

0.0.2

Initial release of the export all code files extension.

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