LLM Concator is a Visual Studio Code extension designed to help you generate LLM prompts from your codebase. This extension allows you to select multiple files from your project folder, concatenate their contents, and append a user-provided string. The concatenated result is displayed in a new text document.
Features
File Selection: Select one or multiple files from your project folder.
Content Concatenation: Concatenate the contents of the selected files.
Custom String Appending: Append a custom string to the concatenated content.
Integrated UI: User-friendly interface integrated into the VSCode sidebar.
One-click Command: Execute the concatenation process with a single click.
Usage
Open the command palette (Ctrl+Shift+P).
Run the command llmconcator: Concatenate Files.
Select the files you want to concatenate.
Enter the string to append.
View the concatenated result in a new text document.
Example
Select files from the project explorer.
Click the "Run Concatenate Command" button (triangle play icon).
Enter the custom string when prompted.
The extension will open a new document with the concatenated content and appended string.
Requirements
Visual Studio Code v1.89.0 or higher.
Extension Settings
This extension does not add any custom settings at this time.
Known Issues
No known issues. Please report any issues on the GitHub repository.
Release Notes
0.0.2
fixed path to files being incorrectly shown in prompt