|
|
|
|
|
by extr
1064 days ago
|
|
Check out the Rubberduck Extension [1] for VS Code. It's not super well publicized but I've actually found it basically hits a perfect middle ground between copilot and copy/pasting into ChatGPT. You can give it a prompt to edit code and it will stream the answer from GPT-4 into VS Code and show you a live diff with your current code. It's actually pretty well done, I use it dozens of times a day for even super minor things (I'm lazy). Actually, it looks like this project is fairly similar in some ways. A little more full featured. [1] https://marketplace.visualstudio.com/items?itemName=Rubberdu... |
|