Visual Studio support?

Hi, does Cursor work with Visual Studio? When I ran the installer, my only option was VS Code. If no, when is it expected this support would occur?

1 Like

Hi @jeljeljel ,

Apologies if I am misunderstanding your question, but just to clarify - Cursor is a fork of VS Code:

https://docs.cursor.com/get-started/migrate-from-vscode

Can you please help me understand what you mean by ‘Visual Studio support’?

Ah, I see now. I thought Cursor was a plug-in/add-on similar to GitHub Copilot. I see you have forked VS Code and are going from there.

Maybe you can help me understand this.

I use MS Visual Studio for website/services/mobile development. There are lots of projects to manage, and the debugging tools are essential. These are things that are lacking in VS Code. So, if Visual Studio is my environment, how can I best leverage the power of Cursor? Do I copy/paste code between the two, letting Cursor do its thing in its environment and then moving the generated code back into my chosen environment?

Hi @jeljeljel ,

I don’t feel equipped to answer that particular question, but hopefully one of the other moderators, or other users in the forum with more experience in Visual Studio, will be able to point you in the right direction.

Instinctively, I would say the copy/paste approach would negate much of the value that Cursor provides by integrating AI services into your codebase, within a familiar UI.

You could code your files first in Cursor, and debug them later in Visual Studio, but I imagine you’d want to be debugging as you were coding etc.

If you are new to the AI coding assistant space, and just wanting to get a sense of it, you might find it interesting to learn about projects such as the terminal based Aider - there is a good video on YouTube that references it, in the context of exploring approaches to AI assisted coding, here.

To get an overview of what Cursor provides, here is a recent YouTube video that provides a good overview.

The Cursor Docs have recently been added to GitHub, so I imagine that resource will grow in the coming weeks as well.

https://docs.cursor.com

https://github.com/getcursor/docs

Hope you get a good solution for your scenario soon.