gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 760 forks source link

Add option to add more customized default prompts #127

Closed kristofferR closed 1 year ago

kristofferR commented 1 year ago

The default prompts are good, but I'd like the option to add some custom ones in addition, like "Add error logging and error handling" for example.

I'd also like the option to customize the names of the default ones.

Trahloc commented 1 year ago

I was just coming in to request this myself. I'm using cut/paste from notepad for my adhoc requests atm but it'd be nice if I could just click the same menu and have it done.

gencay commented 1 year ago

V3.6.0 now has 2 new custom prompts that you could create along with options to disable every prompt from the editor's context menu. Unfortunately, vs-code doesn't provide a way to update the contributions' title as mentioned here: https://github.com/microsoft/vscode/issues/34048. The solution I have for this extension is that, you can disable all non-useful prompts and enable the custom prompts for your workflow. @kristofferR @Trahloc