Cursor’s “Docs” feature is something nobody else currently has and it’s awesome.
This is how could be even better: as you chat and paste doc links into chat or composer, Cursor should ask, based on its awareness of the current project, if it should add the entire docs for the URL I’m pasting into its documentation store.
Example
If I’m working with uv and am optimizing its usage in Github Actions and make a prompt like this:
read this: @GitHub Actions | uv
then let’s do what they recommend with our @test.yml
Cursor should ask me
Would you like to add this to docs?
If I choose “Yes”, it should say
Done. You can find all docs at Settings > Features > Docs.
or similar.
Considerations
- Should Cursor add only the specific link the user shares or crawl the entire documentation page?
- Should Cursor ask about this?
- Should this be a user setting, i.e. “Crawl whole documentation page” (if off, Cursor will only add the docs from the specific link a user shares)