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
Hope it can help you.