C
C#3mo ago
McDeth

✅ How To - Disable Intellisense auto-complete on spacebar

The intellisense spacebar auto-complete feature is driving me insane...I get using tab or enter to auto-complete, but spacebar auto-complete means I literally have to hit escape every time I'm typing something with a space in order for it to not auto-complete. It's driving me insane...
12 Replies
333fred
333fred3mo ago
What do you mean by "something with a space in"?
McDeth
McDethOP3mo ago
McDeth
McDethOP3mo ago
VS Code Intellisense is autocompleting any time I hit the spacebar I want to disable it so that I don't have to hit the escape button literally every time I'm typing a space o/w it autocompletes with the first selection that intellisense suggests I did find this article
McDeth
McDethOP3mo ago
Stack Overflow
How do I prevent autocomplete on spacebar in Visual Studio Code (VS...
In Visual Studio Code when a highlighted quick suggestion appears, if I press SPACE, the suggestion is accepted and auto-completed. How do I disable this feature so autocomplete only occurs on TAB ...
McDeth
McDethOP3mo ago
but my settings.json is read-only and I can't figure out how to modify it autocomplete on tab and enter is fine
333fred
333fred3mo ago
Do you have the C# extension installed? Because what you have there is the completion you get in a standard text fie in vscode
333fred
333fred3mo ago
But also:
No description
333fred
333fred3mo ago
That's how you open settings
McDeth
McDethOP3mo ago
Hmm, ya, I have both C# and the C# dev extensions installed the code formatter is set to ASP.NET Razor
333fred
333fred3mo ago
Is it actually activated? Because it doesn't actually look like it
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX3mo ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?