Use Cursor with Visual Studio 2022

Hi
I have a very big project already written in C++ in Visual Studio 2022. Lots of dependencies and outside libraries. would be a pain to migrate it to another IDE.
does cursor work with Visual Studio ??
thanks

No, cursor is a fork of visual studio code. Its not possible on visual studio 2022.
for visual studio 2022 you can use github copilot, it works well.

As mentioned above, you can’t use Cursor in Visual Studio, but you can set up Cursor to work with C++. Here’s a guide from VSCode: