Christopher-Hayes / vscode-chatgpt-reborn

Refactor, improve, and debug your code in VSCode with GPT-3 and GPT-4.
https://marketplace.visualstudio.com/items?itemName=chris-hayes.chatgpt-reborn
ISC License
207 stars 38 forks source link

Move context menu items into menu #51

Closed Christopher-Hayes closed 7 months ago

Christopher-Hayes commented 11 months ago

Describe the feature

GitHub's Copilot has similar context menu items to our extension. Except they put it inside a menu to avoid polluting the context menu too much. I think this would be a good idea for this extension to adopt as well.

Copilot Screenshot of copilot's context menu items - neatly inside a menu.

Reborn Screenshot of reborn's context menu items - they take up a lot of space.

This would also allow us to remove the "ChatGPT: " prefix, which would make it more readable as well.

SergioSuarezDev commented 10 months ago

+1 I found this extension today and i love it. Would be nice add all menu items inside one Chatgpt context menu, to create a submenu of actions, like sort json

263007502-711e44f0-5f4c-4b88-a4e0-ad0fa46394de
Christopher-Hayes commented 7 months ago

This update has been pushed in the latest release, v3.20.1: https://github.com/Christopher-Hayes/vscode-chatgpt-reborn/releases/tag/3.20.1

Thanks for the example @SergioSuarezDev

SergioSuarezDev commented 7 months ago

super! thanks, downloading now