Feature request for product/service
Cursor IDE
Describe the request
When I use @ in Cursor, it only shows files from the current folder or workspace. However, I often need the agent to reference other repositories that I recently opened in Cursor.
I do not want to create a multi-root workspace every time I need to work across repositories. It would be useful if Cursor allowed me to reference an external project directly, for example using @project2.
When I type @, Cursor could:
- Autocomplete projects or repositories I recently opened.
- Allow me to add a folder path outside the current workspace.
- Remember that external path for future agent sessions globally.
This would make cross-repository development much easier. For example, if Repo A calls an API exposed by Repo B, I could simply reference @repoB and ask the agent to inspect the API contract or implementation without adding both repositories to the same workspace.
Operating System (if it applies)
MacOS