Feature hasn't been suggested before.
Describe the enhancement you want to request
Related: #25817
I frequently type the same instructions across sessions (coding conventions, project context, common tasks). It would save a lot of repetitive typing to have a "presets" feature in the prompt input.
What I'd like:
- A button in the prompt input toolbar that opens a list of saved presets
- Clicking a preset inserts its text into the editor
- Variable support (e.g. {date}, {file}) that resolves at insertion time
- A simple UI to add, edit, delete, and reorder presets
- Presets stored as a JSON config file (e.g. in the project or user config directory)
Why a new issue: I commented on #25817 offering a working implementation but haven't heard back. Opening a fresh issue to discuss whether this is something the team would accept as a PR.
I have a working implementation ready and happy to adjust based on feedback.
Feature hasn't been suggested before.
Describe the enhancement you want to request
Related: #25817
I frequently type the same instructions across sessions (coding conventions, project context, common tasks). It would save a lot of repetitive typing to have a "presets" feature in the prompt input.
What I'd like:
Why a new issue: I commented on #25817 offering a working implementation but haven't heard back. Opening a fresh issue to discuss whether this is something the team would accept as a PR.
I have a working implementation ready and happy to adjust based on feedback.