Content Types
Manage prompts, code snippets, templates, terminal commands, references, and copy blocks.
VS Code Extension
Store, search, copy, and insert reusable prompts, code snippets, commands, SQL queries, notes, and text templates without leaving Visual Studio Code.
Built For Reuse
Manage prompts, code snippets, templates, terminal commands, references, and copy blocks.
Search by title, category, tags, type, scope, and full content from the Command Palette or side panel.
Copy content to the clipboard, insert it into the active editor, or open it in a temporary document.
Keep general items global and project-specific commands or notes scoped to the current workspace.
Use variables such as {{project}}, {{ticket}}, and {{name}}.
Items are stored locally through VS Code state. Import and export JSON when you need backups.
Install
Install from the Marketplace once the listing is live, or download the VSIX from the repository and install it manually in VS Code.
Development checks
npm install
npm run compile
npm test
npm run pack
Privacy
Komtan does not send your saved prompts, snippets, notes, or templates to a remote service. It uses VS Code's local extension storage for global and workspace-scoped items.