|
|
|
|
|
by electroly
394 days ago
|
|
I'm not convinced--codebase indexing is still a killer feature in Cursor. I have tens of thousands of reference files stashed in the project directory to be indexed so that any time the model reaches out to the codebase search tool with a question, it finds a file with the answer. Lots of it is not code and has no AST representation; it's documentation. Without codebase indexing, it may entirely miss the context. 1. This argument seems flawed. Codebase search gives it a "foot in the door"; from that point it can read the rest of the file to get the remaining context. This is what Cursor does. It's the benefit of the agentic loop; no single tool call needs to provide the whole picture. 2. This argument is "because it's hard we shouldn't do it". Cursor does it. Just update the index when the code changes. Come on. 3. This argument is also "because it's hard we shouldn't do it". Cursor does it. The embeddings go in the cloud and the code is local. Enforced Privacy Mode exists. You can just actually implement these features rather than throwing your hands up and saying it's too hard. This honestly makes me think less of Cline. They're wrong about this and it seems like they're trying to do damage control because they're missing a major feature. |
|
The code is the authoritative reference.