Home > Back-end >  Intellisense auto-complete-on-tab-only reverts every time Visual Studio is started
Intellisense auto-complete-on-tab-only reverts every time Visual Studio is started

Time:11-11

Every time I start Visual Studio I need to click:

Edit > IntelliSense > stop automatically changing my code without even notifying me! (unless I press Tab) (paraphrased) Switch between automatic and tab-only IntelliSense completion

so that Visual Studio won't change my code. The setting doesn't persist from one Visual Studio launch to the next.

How can I make it stick?

(Using VS 2022 version 17.4)

CodePudding user response:

You can set here: Tools > Options > Text Editor > Advanced enter image description here

Hope it can help you.

  • Related