Apologies if I’m just not understanding how this is meant to work, but I swear this was working perfectly a month ago. I’m experiencing the following behavior:
In AI chat, type “@” to begin referencing a project symbol - e.g. in my case I’m trying to reference a function named isEmailValid located in a util.ts file. No search results available
Type “@” to begin referencing a project symbol but before doing so, enter the “Code” context first and type Enter. A list of functions appear and one of them is the function I’m trying to reference.
Continue typing “@is” … (for “@isEmailValid”) - the suggestions disappear and there is no match at all for the function that was just listed in the dropdown.
I’ve tried re-indexing my project and also switching over to a few other projects, observing the same behavior. Also tried a .cursorignore on node_modules and dist (in my case have a Svelte project so thought it was getting confused on a dist output of the same symbol)
In case not clear, this issue has nothing to do with the AI chat itself, only the chat interface related to the “@Mention” mechanism. Seems to work fine autosuggesting anything else (Files, folders, docs) - just not project symbols.
Stellar product by the way, I am absolutely loving this editor.