Create, manage, and optimize AI prompts in VS Code with history, ratings, and tips.
| Feature | Details |
|---|---|
| Structured Prompt Creation | Guided flow to capture context, goals, and formatting |
| Prompt History | Local history with ratings and quick reuse |
| Optimization Tips | Suggestions to improve clarity, context, and constraints |
| Quick Access | Command palette, keyboard shortcut, and editor context menu |
Replace these with real screenshots from your extension.
| Command ID | Title | Shortcut |
|---|---|---|
promptManager.createPrompt |
Create Structured Prompt | Ctrl+Alt+P (Windows/Linux), Cmd+Alt+P (macOS) |
promptManager.viewHistory |
View Prompt History | — |
promptManager.ratePrompt |
Rate Last Prompt | — |
promptManager.optimizePrompt |
Show Optimization Tips | — |
- From Marketplace: search for "AI Prompt Manager" by
gvanbo. - From VSIX: in VS Code, Extensions view → … menu → Install from VSIX… and choose
prompt-manager-*.vsix.
- Run "Create Structured Prompt" to start a new prompt.
- Provide context, goals, and formatting preferences.
- Use the generated prompt with your AI tool.
- Rate the result; revisit history to iterate.
Prerequisites: Node 18+, VS Code 1.74+.
- Build:
npm run package - Watch:
npm run watch - Run extension: press F5 in VS Code to launch the Extension Development Host.
We use @vscode/test-electron + Mocha.
- Run tests:
npm test
- Structured prompt creation
- Prompt history tracking
- Optimization tips
- Keyboard shortcuts and menu integration
MIT © 2025 gvanbo


