Copy Combined Markdown is a Visual Studio Code plugin that allows you to select multiple files, right-click them, and generate a combined markdown file containing the content of all the selected files. This plugin is designed to provide context for ChatGPT.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copy Combined Markdown is a Visual Studio Code plugin that allows you to select multiple files and directories, right-click them, and copy their contents in a combined markdown format to the clipboard. This plugin is particularly useful for providing context for ChatGPT or for consolidating information from multiple sources.
Features
Select multiple files and directories in the Visual Studio Code explorer.
Right-click the selection and choose the "Copy Combined Markdown" option.
The content of the selected files is combined into markdown format, with language-specific code blocks, and copied to the clipboard.
Ideal for aggregating content for ChatGPT or for documentation purposes.
Installation
Launch Visual Studio Code.
Open the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
Search for "Copy Combined Markdown".
Click "Install" next to the extension.
Usage
In Visual Studio Code explorer, select files and directories.
Right-click the selection.
Click "Copy Combined Markdown".
The combined content is now on your clipboard in markdown format, ready to be pasted wherever needed.
Feedback and Contributions
Feedback and contributions are welcome. If you have any suggestions or encounter issues, please visit the GitHub repository and create an issue or pull request.