Is there a document function like cursor that can index some documents as a knowledge base? #2249
Replies: 3 comments
-
roo don't have it now, so I make it for my own, but happy to share it with everyone. |
Beta Was this translation helpful? Give feedback.
-
From https://www.reddit.com/r/RooCode/s/H4OnZxIVMq Feature Request: Cursor @docs... a must have for coding reliably One critical feature preventing me from switching to RooCode is the lack of a robust documentation pre-population system. I've been coding for over 20 years and I use AI coding tools extensively... so please here me out before you suggest some alternative. "Storybook is constantly adding new features and deprecating stuff. You sort of always need to reference their documentation when coding for the most reliable results.") When working with AI coding assistants, the single most effective way to improve code quality and accuracy is feeding version-specific documentation about libraries and systems directly into the AI. Why Runtime Documentation Retrieval Isn't Enough Current approaches to documentation handling (grabbing docs at runtime via MCP Server or specifying links while coding) fall short for several critical reasons:
The Solution: Cursor's https://docs.cursor.com/context/@-symbols/@-docs Cursor's implementation prevents me from using any other AI editor because it provides:
"All my documentation indexed in one place in cursor, with a custom label, the date and time it was indexed, whether the indexing passed or failed, and the ability to refresh the index to pull the latest up to date documentation, and to even see the pages it indexed. No other AI tool has this.")
This feature dramatically improves code quality to the point where any AI coding editor without this capability is significantly handicapped in comparison. Why This Matters for RooCode If RooCode wants to compete in the AI coding assistant space, this isn't an optional nice-to-have - it's a fundamental requirement for serious developers working with complex, version-dependent libraries and frameworks. For professional developers like myself who rely on AI assistance daily, the ability to pre-populate specific documentation is the difference between an AI tool that occasionally helps and one that becomes an indispensable part of my workflow. |
Beta Was this translation helpful? Give feedback.
-
I know it's not exactly the same, but there are similarities, so please support Markdown in the codebase indexing functionality. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
That way, you don't have to crawl the site every time, which reduces token consumption.
Beta Was this translation helpful? Give feedback.
All reactions