gencay / vscode-chatgpt

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

Feature Request: Ability to remove chat prompts from the right click menu #94

Closed pkkid closed 1 year ago

pkkid commented 1 year ago

The right click menu feels overtaken with options for this extension and just clutters the workspace. Id like to not have them at all, or at the very least move them all to a submenu.

gencay commented 1 year ago

@pkkid I thought I updated here but apparently not. I released a new version last week with Keybinding support and ability to remove the context menu prompts all together. Plus I added 2 new custom prompts that you can utilize apart from the predefined menu items. Unfortunately, vs-code doesn't allow dynamically updating the names/titles of the menu items so you will only have the option to hide them or update the promptPrefix themselves. Check out the announcement here: https://github.com/gencay/vscode-chatgpt/releases/tag/v3.6.0.

I hope this helps!