PromptQueuePromptQueue is a VS Code sidebar extension for managing reusable prompts in order and copying them quickly into coding agents or other tools. It is designed for workflows where you prepare many prompts ahead of time, move through them one by one, and need a fast way to copy, mark, reorder, and restore them. Features
Prompt Import FormatBatch import accepts prompts separated by lines that start with Examples:
If a Single prompt entries without any Copy BehaviorBy default, left-click copies:
Empty prefix or suffix sections are automatically omitted. If you need only the current prompt body, use StorageDefault workspace-local storage path:
Stored files:
You can override the storage directory with the workspace setting:
Relative paths resolve against the current workspace root. Absolute paths are also supported. SettingsPromptQueue contributes these workspace settings:
DevelopmentInstall dependencies:
Build:
Unit tests:
Run the extension in a development host:
Notes
中文简介PromptQueue 是一个用于 VS Code 侧边栏的提示词队列插件,适合给 Agent、Copilot 类工作流提前准备多条提示词,按顺序复制、标记、编辑、批量导入和恢复。 默认数据保存在工作区下的 |