Cursor's Syntactic Autocomplete is Bad

Hey, thanks for the feedback. I’ll need a bit more info to troubleshoot:

  1. What programming language are you using?
  2. What Cursor version are you on (Help > About)?
  3. How big is the project, a large monorepo or a smaller codebase?
  4. 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:

  1. CMD/CTRL + Shift + P > Developer: Open Extension Monitor
  2. Check which extensions are using resources
  3. Try running cursor --disable-extensions from the terminal

If the issue goes away, it’s likely caused by an extension. Let me know what you find.