Ctrl+Space Doesn't Work

Basic functionality of typing Ctrl+Space to import something in typescript does not work.

It’s supposed to look like this in VS Code:

But I get nothing in Cursor

Nevermind, figured it out, it’s CMD+I.

the way I figured it out is to go to VS Code, press CMD+K CMD+S, type in the shortcut (Ctrl+Space), and it shows you what commands are bound to that shortcut. Then go to Cursor, type CMD+R CMD+S, and look for that command to see what shortcut it is bound to.

1 Like

Great! I’m glad your issue is resolved.