Content
@
0 reply
0 recast
2 reactions
Nicholas Charriere
@pushix
Are you using AI when you code? Let's assume you use VSCode (neovim is better but I digress). Did you know the copilot extension allows you to: - autocomplete (probably...) - give alternatives to the selection `ctrl + enter` - write tests for the selection `cmd + I --> /test` - explain the selection `cmd + I --> /explain` - sends context of open tabs, so open relevant files before asking it something
12 replies
3 recasts
36 reactions
Colton Dillion ๐ฉ
@cadillion
I use the neovim extension in VScode with some custom hotkeys, and copilot works seamlessly. Recommended
0 reply
0 recast
2 reactions