Intellisense is very show to register changes and update syntax highlighting / underlining in Cursor IDE, often taking upwards of 5-10 seconds. Under the exact same circumstances and changes, VSCode is nearly instantaneous. At the very least, Cursor should prioritize intellisense over AI suggestions, but it seems like it does the opposite or otherwise there’s a memory leak.
2 Likes
I am experiencing this as well. I’m on cursor pro but using Cline extension with my anthropic key for most of my AI interactions because I’m getting way better results. If the intellisense doesn’t get fixed I might go back to VSCode and just use it with Cline.
1 Like
same here! working with transformers
codebase
Still the same problem half a year later.
More detailed:
I am working with a very small transformers
codebase, I have cursor tab
turned OFF. VSCode gives lightining fast intellisense autocomplete and cursor stalls for long enough (10s+ even on variables local to the function) that it basically doesn’t work. I tried restarting + using ruff
but to no avail.
If anyone has any solutions, that would be awesome!