Spandan Roy
Spandan Roy

Reputation: 11

Can github copilot be configured with visual studio 2022?

I heard it can be done with Resharper. Any clues on how to do it? Do I have to write a custom extension? That seems like a hell of work.

Upvotes: 0

Views: 1501

Answers (1)

Flimtix
Flimtix

Reputation: 398

Yes, it is possible to use GitHub Copilot. Via the extension you can use GitHub Copilot under Visual Studio without any problems. Please have a look at the marketplace.

To add extensions under Visual Studio please go to: Tools > Options > Environment > Extensions

Upvotes: 1

Related Questions