Comment2GPT (Visual Studio extension) #338
Replies: 2 comments 1 reply
-
Congrats 🎉 , if it is open source I can add your repo to the Wiki page as a sample project. |
Beta Was this translation helpful? Give feedback.
-
I will try this ..looks good.. VS has this code/feature search function and VoiceAssist.. if there ws a way to use that + voice + context to eliminate the need to click code , or feature, ( duh) and then click the UI.
Voice Assist is realtime its just not domain specific.. if im coding it should use the completion metadata I can help design this.. i want to stand with a nice cardioid mic and at least debug... that mic works will wiht voice assist..considering its not using context. step, step, f5 etc.. by using that indexed command feature. if i type step ,step in a debug window, via indexer it should find and exectute the commands while giving me visual feedback. the feature is in the vs 2022preview.. with this is seems very possible. ext. it could be really fast , intuitive and i wont have to navigate , click 5 x chace menus, etc.. remember custom keys that get reset., remember exact words, .. Example in Start, If you say Launch Dev Studio, it doesnt work. you have to say Open dev studio, its doesnt learn, and they aren't fixing its ability to press buttons that have tooltips ( like most) for 6 months. the Copilot is a horrible slow mess that shows they want to waste your time and its much slower thatn Voice Access.. theres is internal conflict over how to make money while killing our productivity. |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing this library and supporting .netstandard2.0
I've created a Visual Studio extension using this, Comment2GPT. It basically auto completes your code while using your comment as your prompt.
https://marketplace.visualstudio.com/items?itemName=MerryYellow.Comment2GPT
Beta Was this translation helpful? Give feedback.
All reactions