jeffdapaz / VisualChatGPTStudio

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

Comment code indentation issue (potentially with other code-generation feature) #35

Open ekomsctr opened 1 year ago

ekomsctr commented 1 year ago

Hello,

i stumbled upon this issue when commenting an entire method:

image image

The first comment line seems fine, then the next 3 are shifted to start of line. I dont know if this is extended to other features too and if it's maybe some conflict with auto-indentation. Maybe if possible, add a Format-Document command after the code-writing ended?

Will check and update the issue if i find this problem with other features.

jeffdapaz commented 1 year ago

Hello.

I have been experienced this issue some times.

And after all commands the extension force a format document, but it's not working every time.

I need to check this and see if I find a solution.