Hey, thanks for the feedback. I’ll need a bit more info to troubleshoot:
- What programming language are you using?
- What Cursor version are you on (Help > About)?
- How big is the project, a large monorepo or a smaller codebase?
- Does the issue reproduce in a new empty file?
There’s a similar thread where IntelliSense wasn’t working because of extensions: Cursor "Trigger Suggestion" feature not working. Try this workaround:
CMD/CTRL + Shift + P> Developer: Open Extension Monitor- Check which extensions are using resources
- Try running
cursor --disable-extensionsfrom the terminal
If the issue goes away, it’s likely caused by an extension. Let me know what you find.