PromptDeck - Reusable Snippets & AI Prompts Vault 🎴⚡
Store, search, organize, and instantly insert code snippets & AI prompts directly into your editor with dynamic placeholders and context shortcuts.
🌟 Key Features
- 🎴 Reusable Prompt & Snippet Vault: Organize AI prompts, boilerplate snippets, SQL queries, and regex patterns right inside VS Code.
- ⚡ Instant Insertion & Variable Placeholders: Insert snippets at cursor location with dynamic variable replacements (
${SELECTED_TEXT}, ${CURRENT_FILE}, ${DATE}).
- ⌨️ Keyboard Shortcut Quick-Pick: Press
Ctrl+Alt+P (or Cmd+Alt+P on macOS) to open a quick-pick palette and insert any prompt in seconds.
- 📝 Save Selection Context Menu: Right-click any highlighted code or text in your editor -> PromptDeck: Save Selected Text to Vault.
- ⭐ Pin & Favorites: Star your most used prompts so they always stay at the top.
- 🏷️ Category & Tag Filters: Filter by
AI Prompts, Testing, TypeScript, Database, Saved, or custom tags (#refactor, #clean-code).
- 📤 Backup & Sync: Export and Import your prompt vault as JSON strings anytime.
- 🎨 Theme Native: Seamlessly matches your active VS Code Dark, Light, or High Contrast theme.
💡 Keyboard Shortcuts
Ctrl+Alt+P / Cmd+Alt+P: Quick Insert Prompt Palette
💻 Commands
promptDeck.insertSnippet: Quick Insert Prompt or Snippet
promptDeck.saveSelection: Save Selected Text to Vault (Editor Context Menu)
promptDeck.openVault: Open Vault Panel
🚀 Publishing & Usage
Refer to PUBLISHING_GUIDE.md for step-by-step instructions on publishing this extension to the Visual Studio Code Marketplace under publisher Zyronix.
npm run compile
npx vsce package
npx vsce publish -p <YOUR_PERSONAL_ACCESS_TOKEN>
📄 License
MIT License. Copyright (c) 2026 Zyronix.
| |