microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
296 stars 27 forks source link

Feature Request: Shortcut for Sending Predefined Prompts to GitHub Copilot (prompt snippets) #1303

Open goodjack opened 2 weeks ago

goodjack commented 2 weeks ago

I often use the same prompts when working with GitHub Copilot in Visual Studio Code. Currently, I have to manually type or paste these prompts into Copilot's inline chat field each time, which can be time-consuming and repetitive.

I would like a feature that allows me to define a set of predefined prompts and assign a shortcut to each. When the shortcut is pressed, the corresponding prompt should be sent to GitHub Copilot automatically.

An alternative could be a dropdown menu or command palette entry that lists all predefined prompts, allowing me to select the one I want to use.

This feature would greatly improve my workflow and likely the workflows of other GitHub Copilot users who frequently use the same prompts. Thank you for considering this feature request.

goodjack commented 2 weeks ago

Oh I noticed it's similar to #754.

roblourens commented 2 weeks ago

Yeah, and this is essentially also something that we have described as "prompt snippets" but I can't find another open issue for that specifically