8 Comments

Copilot is pretty incredible. Still not enough to pull me away from rstudio for R work, but for everything else it's got me solidly in vscode so I can use copilot.

Expand full comment

Yeah, RStudio is so good that I'm moving back and forth between the two.

Expand full comment

I've heard posit is supposedly trying to bring a copilot-like tool into RStudio but I'm not holding my breath.

Expand full comment

You may want to update with a suggestion to sign up for Copilot chat: https://twitter.com/jlperla/status/1669215796592275459

Expand full comment

I have found Copilot chat more frustrating than I expected -- having the two VS Codes installed side-by-side has created more issues for me. Has that been your experience?

Expand full comment

It should work in the basic VS Code. Just use the copilot nightly extension (although it seems they've moved chat out of beta recently?).

I too was frustrated with the multiple VS Code installations. So I just deleted the "insiders" one and tried installing chat on the original one, and it worked! So you might try that.

Expand full comment

I haven't yet used copilot for writing but it is amazing at doing nitty-gritty unpleasant coding tasks, like writing unit tests or even completing array index patterns.

Expand full comment

This is so great! Your tweet the other day got me to look into setting this up more and what I landed on was that if you use VS Code Insiders and the Copilot nightly build you can also use the Copilot chat: https://www.youtube.com/watch?v=3surPGP7_4o

I set it up following this guide: https://visualstudiomagazine.com/articles/2023/05/16/github-copilot-chat.aspx

and this one: https://code.visualstudio.com/blogs/2023/03/30/vscode-copilot

Expand full comment