LLMcopy is a Visual Studio Code extension that allows you to copy the structure and content of a folder into a Markdown formatted prompt. This is particularly useful for Large Language Models (LLMs) that require structured input for training or analysis.
Features
Copy as LLM Prompt: Adds a context menu option and a keyboard shortcut to copy the structure and content of a selected folder into a Markdown formatted prompt, excluding files and folders specified in .gitignore.
Usage
Right-click on a Folder: In the Explorer view, right-click on any folder.
Select "Copy as LLM Prompt": From the context menu, select "Copy as LLM Prompt".
Keyboard Shortcut: Alternatively, you can use the keyboard shortcut Ctrl+Shift+L to execute the command.
Installation
Download and Install: Install the extension from the Visual Studio Code Marketplace or download it and install manually.
Activate: The extension activates automatically when you use the command.