Is there any way to install GitHub Copilot in Visual Studio 2019 (not Visual Studio Code)?

Viewed 6688
3 Answers

Github Copilot is currently only available as an extension for Visual Studio Code, with other integrated development environments to potentially follow.

No, not at the time... The only way is trying with Resharper, beacuase it uses the same base of IntelliJ, so you can install GitHub Copilot too

Related