0.45 Tab isn't letting me just type

I just had a paragraph I wanted to type some comment into, but tab kept wanting to “complete” it for me, suggestions cool, but like I need to APPROVE the text before you’re just going to hurl it in there.

Example “app” just magically turned into …

Hey, have you got a screenshot of one of these bad suggestions, for me to pass to the team to look at?

Video, it’s BAD (.cshtml file if that matters?)

in the p, “I am going to type” is all I was trying and it was just relentlessly trying to complete everything, I wasn’t pressing tab, just typing out the letters.

Hey, that isn’t Cursor’s tab that is filling that in, but the normal Intellisense that comes with VSCode and is available in Cursor. If you watch the video, when you hit space, the first recommendation in the dropdown (which is IntelliSense, not Tab) is what is being substituted it.

It looks like every time you hit space, not only is it adding a space, but it’s accepting the first IntelliSense recommendation.

There is one of two causes most likely:

  1. You have a keybinding setup so that when you hit space, it’s accepting the IntelliSense recommendation
  2. You have an extension that is causing this, like the C# extension, which this is apparently a bug of: HOW TO TURN OFF SPACE AUTO COMPLETE!!??? · Issue #3647 · dotnet/vscode-csharp · GitHub

Oh thank god its that simple, thanks Dan!