gleitz / howdoi

instant coding answers via the command line
http://blog.gleitzman.com/post/43330157197/howdoi-instant-coding-answers-via-the-command-line
MIT License
10.59k stars 871 forks source link

VS code extension using GPT for rendering correct code #435

Closed joeyouss closed 1 year ago

joeyouss commented 3 years ago

Description

Future goals - VScode extension for howdoi which sources any comment in the code starting with howdoi and then automatically calls the howdoi function and gives/writes the code using GPT pre-trained models

Current goals - VScode extension for howdoi which sources any comment in the code starting with howdoi and then automatically calls the howdoi function and gives the code from the internet : instead of in Command line , in the codespace itself.

gleitz commented 1 year ago

Tools like copilot are likely better if you're looking for AI-assisted code support. When I'm looking for best practices that are peer-reviewed, I use howdoi. Using them together likely gives you the best of both worlds.