How do you accept an intellisense tab completion when cursor tab is enabled?

I used to use tab to accept intellisense completions. But now whenever I try to accept them, cursor tab takes over and does whatever AI suggestion it wants.

More generally, I feel like the cursor devs aren’t checking whether a key binding has a default in VSCode before overriding it with some cursor-specific thing.

1 Like

Hey, you can use Enter to select suggestions from Intellisense, and Tab to accept suggestions from Cursor Tab.

I disabled “accept suggestion via enter” because otherwise you spuriously accept intellisense completions when trying to do newlines.

Supermaven had the (IMO correct) behavior of tab accepting intellisense when that was popped up, and the completion otherwise.

I got a cursor Pro subscription because I wanted to replace supermaven, but if there’s not a way to fix this setting, this is a deal breaker.