I cannot get Cmd+click to work on function anymore. I have tried multiple repositories. It works when i try in VsCode so it must be cursor related. I have tried opening extensions disabled, tried reviewing settings but nothing makes it work. Also tried deleting cache.
Steps to Reproduce
Hover over a function name to see type definitions for example.
Expected Behavior
I should see type definitions etc. on hover and be able to go to a definiton with click.
Hey, thanks for the report. It looks like the TypeScript language server isn’t responding in time or is stuck.
Can you check a couple things?
Output panel: View > Output > select “TypeScript” in the dropdown. Do you see any errors there?
What TypeScript extensions are installed? It should be either the built-in TypeScript Language Features or a separately installed one. In Extensions, check that they’re enabled.