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

Tony D’Addeo  pfp
Tony D’Addeo
@deodad
no tried it out for a few days but found - autocompletes slightly worse, since it's sometimes wrong, versus the standard Intellisense based on types and names - tests - the tests it can produce doesn't fit with my default of "Rarely write tests. Not too many. Mostly integration." - explain, tsdoc explanations are generally quite good these days. I do use an LLM in browser to explain technical arcana to me like "CSS stacking contexts"
1 reply
0 recast
4 reactions

Tony D’Addeo  pfp
Tony D’Addeo
@deodad
will give it another shot in 6 months
0 reply
0 recast
0 reaction