jeffdapaz / VisualChatGPTStudio

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

Add a new command to get exception resolution from chatGPT #23

Open jeffdapaz opened 1 year ago

jeffdapaz commented 1 year ago

The idea is to add a new command to the Exception Unhandled window so that a request can be made to the OpenAI API requesting details of the exception and also possible solutions:

image

I tried several ways to add this command, but I had no luck. If anyone knows a way, show me so that I can implement it or implement by yourself.