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

LLM Code Bundler

TheBitBrine

|
52 installs
| (0) | Free
Bundle code files into markdown for LLM analysis
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LLM Code Bundler

LLM Code Bundler Logo

Bundle your code into a markdown file for LLM analysis

Features

  • Bundle multiple code files into a single markdown file
  • Automatically excludes large files (configurable, default 100KB)
  • Excludes common unnecessary directories (node_modules, dist, etc.)
  • Supports all major programming languages
  • Preserves file structure and syntax highlighting
  • Creates LLM-friendly output format

Usage

  1. Open your project in VS Code
  2. Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac)
  3. Type "LLM: Bundle Code to Markdown"
  4. The bundled code will be saved as llm_bundle.md in your workspace root

Extension Settings

This extension contributes the following settings:

  • llm-code-bundler.maxFileSize: Maximum file size in KB (default: 100)
  • llm-code-bundler.excludePatterns: Patterns to exclude from bundling

Default Exclude Patterns

  • node_modules
  • dist
  • build
  • .git
  • .min.
  • .bundle.

Contributing

Feel free to submit issues and enhancement requests!

License

MIT

Author

TheBitBrine

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