Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Save All Code Files to MarkdownNew to Visual Studio Code? Get it now.
Save All Code Files to Markdown

Save All Code Files to Markdown

wolkesau

|
112 installs
| (0) | Free
Save the content of all code files in the current workspace to a single Markdown file.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Save All Code Files to Markdown

Version License

Overview

The Save All Code Files to Markdown extension allows you to save the content of all code files in your current workspace into a single Markdown file. This can be useful for documentation, sharing code snippets, or archiving project code.

Features

  • Support for Multiple Code Languages: Automatically gathers and saves code from various file types, including JavaScript, HTML, CSS, TypeScript, Python, Java, C++, C, and more.
  • Markdown Formatting: Each file's content is saved in a code block within a Markdown file for easy readability.
  • Excludes Node Modules: Automatically excludes node_modules and other unnecessary files from the search.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
  3. Search for Save All Code Files to Markdown.
  4. Click Install to install the extension.

Usage

  1. Open the Command Palette by pressing Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac).
  2. Type Save All Code Files to Markdown and select the command.
  3. The extension will scan your workspace for supported code files and save their content to a file named all-code-files-content.md in the root of your workspace.
  4. A notification will appear with the path to the created Markdown file.

Commands

Command Description
Save All Code Files to Markdown Saves all code files in the current workspace to a Markdown file.

Contributing

Contributions are welcome! Here are some ways you can help:

  • Report bugs and provide feedback by creating an issue.
  • Submit pull requests to improve the extension.

License

This extension is licensed under the MIT License.

Contact

For issues, questions, or suggestions, please open an issue on GitHub.


Thank you for using Save All Code Files to Markdown! We hope it makes your coding and documentation tasks easier.

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