Feature request for product/service
Cursor IDE
Describe the request
When working on multiple branches in the same repository, I’d like Cursor to open fixes in a new instance with the correct branch checked out automatically.
Current Behavior:
When I click “Fix” on an issue or error, it opens in my current Cursor instance, which may be on a different branch.
Desired Behavior:
When I click “Fix”, Cursor should:
- Open a new Cursor window/instance
- Automatically check out the appropriate branch for that fix
- Allow me to work on multiple branches simultaneously from the same repository
Use Case:
This would be extremely helpful when working on multiple features or bug fixes in parallel, as I could have different Cursor instances open for different branches without needing to manually switch branches or manage multiple workspace folders.