getcursor / cursor

The AI Code Editor
https://cursor.com
24.84k stars 1.55k forks source link

Add "Source Control Repositories" view in order to manage multiple git repos in one window like in VSCode #1759

Open cbeanLeadr opened 2 months ago

cbeanLeadr commented 2 months ago

Is your feature request related to a problem? Please describe. I want to manage multiple git repos in the same Cursor window so that I don't have to navigate between a bunch of different windows. However, the source control tab currently only lets me manage one git repo at a time as far as I can tell. This is very disruptive to me as someone that maintains multiple packages and microservices on a regular basis - it's pretty close to a non-starter to get me using Cursor on a regular basis since it doesn't work with my regular workflow.

Describe the solution you'd like The ability to show the "Source Control Repositories" view as in VSCode (defaults to being hidden, so it only shows if you toggle it on). Then, also be able to close and reopen repositories from with this menu.

Additional context Viewing multiple repositories at once: image

Toggling "Source Control Repositories" on: image

Reopening closed repositories: image image

etjones-erisyon commented 2 months ago

+1. Came here to make the same request

etjones-erisyon commented 2 months ago

@cbeanLeadr , I uncovered a multi-repository view in my Cursor SCM panel, but I had to dig a little. Here's a screenshot of the menu nesting, which lets you select which repositories to show:

Screenshot 2024-08-30 at 11 39 05 AM

For reference, the options I chose to view multiple repos were: Source control panel -> ... -> "View & Sort" -> "Repositories" -> check/uncheck repositories to include.

This isn't identical to VSCode's interface, but it's close enough for my purposes. I'd move to close this issue.

cbeanLeadr commented 2 months ago

@etjones-erisyon Good catch. I'm unable to see that on my end though on Windows. I'm wondering if I'm missing something that would allow me to see this as well. image