Prompt Manager VS Code Extension
This extension lets you locally save, search, and insert named prompts.
Features
- Save the current editor selection (or typed text) as a named prompt.
- Browse prompts via a
Prompts tree view in the Explorer.
- Search and insert prompts using the command palette.
- Rename and delete prompts from the tree view.
- Store prompts either globally or in the current workspace.
Commands
Prompts: Save From Selection (prompts.saveFromSelection)
Prompts: Insert Prompt (prompts.insert)
Prompts: Open Prompt Manager (prompts.openManager)
Prompts: Rename Prompt (prompts.rename)
Prompts: Delete Prompt (prompts.delete)
Configuration
prompts.storageScope: "global" (default) or "workspace".
prompts.searchMode: "name", "fulltext", or "both" (default).
| |