@Code removal on Cursor 2.0, No more easy reference to fn, is there another way

Going to select the function from the IDE is time-consuming; sometimes, I prefer to search the function in the chats straight

Hey, some symbols were removed in 2.0 because Cursor can now handle the task you’re looking for with just a text prompt. You can just tell it what you want it to fetch or do. As example “change logging in HandleWebsocket to debug.”.
I also suggest enabling Agent Autocomplete under Cursor Settings > Beta and just typing the function you want to reference; it should autocomplete.

Ohhh, make sense, thanks

I often use @Codeto reference codes in multiple files to have discussion with LLMs on how a new feature should be imp. or how a bug should be fix. Without @Code, it become time consuming for doing that. Isn’t the doc says we still have @Code? @ Symbols | Cursor Docs but I can not find it in Version: 2.0.69?

Exactly, now I have to open the file to confirm the fn names before prompting, so stressfull

Sometimes, I may not even know the name of the fn, but it get suggested out and I get more reference to my prompt

there’s an ongoing thread for this issue, please comment and upvote there for visibility:

1 Like