Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LLM ConcatorNew to Visual Studio Code? Get it now.
LLM Concator

LLM Concator

Markus Reitschuster

|
179 installs
| (0) | Free
Generate LLM prompts from your codebase
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

llmconcator README

Description

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

  1. Open the command palette (Ctrl+Shift+P).
  2. Run the command llmconcator: Concatenate Files.
  3. Select the files you want to concatenate.
  4. Enter the string to append.
  5. View the concatenated result in a new text document.

Example

  1. Select files from the project explorer.
  2. Click the "Run Concatenate Command" button (triangle play icon).
  3. Enter the custom string when prompted.
  4. 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

0.0.1

  • Initial release of LLM Concator.

License

MIT License

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