Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Two things:
-
When I create a new folder, say /Users/ygoldberg/dir, and then try to add this to the context of a prompt with @dir, it won’t show up. I have to refresh the IDE, and then it shows up.
-
When a file is too large and I try to reference it with @large_file, it shows up and then I hit enter and the text @large_file goes away, instead of being highlighted in the blue background. I guess if the file is too large it’s a problem for the model’s context, but maybe there’s a better way to deal with this in UI? Maybe highlight the @large_file in red to indicate that the model is just gonna grep? IDK.
Steps to Reproduce
-
Create a new directory, try to add to context, it won’t work, refresh IDE and it does work.
-
Create a really large file and try to add to context.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.2.44 (Universal)
VSCode Version: 1.105.1
Does this stop you from using Cursor
No - Cursor works, but with this issue