jeffdapaz / VisualChatGPTStudio

Add chatGPT functionalities directly on Visual Studio
https://marketplace.visualstudio.com/items?itemName=jefferson-pires.VisualChatGPTStudio
MIT License
210 stars 51 forks source link

Make custom commands available #20

Closed jeffdapaz closed 1 year ago

jeffdapaz commented 1 year ago

The idea is to make new custom commands available in the context menu, and customizable through options.

This way will be possible create new commands other than those previously defined.

Maybe two commands it´s good enough for now.

Example:

... Ask Anything ALT+8 Custom 1 ALT+9 Custom 2 ALT+0

ryanbuening commented 1 year ago

Would love custom commands! I have just been modifying the existing/default commands.

Would custom commands be able to show up in the context menu or no?

jeffdapaz commented 1 year ago

Yes, the idea is add on context menu (mouse right click -> Visual chatGPT Studio menu items).

jeffdapaz commented 1 year ago

Will be on next release.

Added 3 customizable commands:

One that inserts the answer before the selection; One that inserts the answer after the selection; And finally one that replaces the selection with the answer.