A VS Code extension that helps you quickly assemble prompt inputs for large language models directly from your codebase.
- 🔍 File selection with a searchable dropdown
- 🔄 One-click refresh to re-fetch the codebase file tree
- 🗑️ "Clear all files" button to reset the prompt context
- 🌳 Codebase tree visualization to provide structural context
- ✏️ Integrated prompt editor with a live token count
- 📋 Copy-to-clipboard functionality for easy prompt usage in external tools
Install this extension from the Visual Studio Code Marketplace.
- Open the command palette (
Ctrl+Shift+PorCmd+Shift+Pon Mac) - Run
Prompt Builder: Open Prompt Panelor onlyOne Prompt Panel - Search and select files from your codebase to add to context
- Toggle codebase tree inclusion and adjust depth
- Write or modify your prompt in the Prompt Editor
- Copy the final prompt with a single click
- Files are read from the current workspace
- Respects
.gitignorepatterns for file exclusion - Customizable depth for codebase tree visualization
If you encounter any issues, please visit our GitHub Issues page.
We welcome contributions! Please see our contributing guidelines for more details.
MIT