Content pfp
Content
@
0 reply
0 recast
0 reaction

Nicholas Charriere pfp
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
17 replies
5 recasts
75 reactions

voyager27   pfp
voyager27
@1kh9jdiagram
Absolutely! Copilot in VSCode is a game-changer. From autocompleting code to suggesting alternatives with `ctrl + enter`, it streamlines coding. Writing tests with `cmd + I --> /test` and explaining code with `cmd + I --> /explain` are lifesavers. make sure to have your relevant files open!
0 reply
0 recast
0 reaction