When using Typescript in Cursor, Intellisense just does not work for me. I tried restarting, reloading, uninstalling and installing again, upgrade to the latest versions.. Nothing works and it’s making working with Cursor impossible. See image above. It just continues to load forever, and it doesn’t matter which file I’m using it on, or which function/variable i’m trying to inspect. Anyone had any experience with this?
Hey, this might be related to Cursor incorrectly detecting the TypeScript version for your workspace. Try setting it manually. Also, other users have noticed that the issue might be related to the GitHub Copilot extension.
This probably doesn’t apply to all these instances of the issue, but for me I found that the Vue extension was killing the built-in typescript (like it should to take over for it as the TS language server), but then all my typescript files weren’t being provided language features by the extension so I was left with infinite loading and then nothing since there was to active TS language services covering the file.
It still loads fine in VS Code with the same settings and extensions, so there’s still something going on with cursor, but now I can use Cursor again as long as I turn off the Vue extension