Visual Studio 2022 (or earlier) disable autocomplete after typing a dot (.)
Asked Answered
T

2

7

enter image description here

How can I disable, that after typing a dot (.) Visual Studio will automatically print FileStyleUriParser? Don't get me wrong, I want the suggestions, but I don't want Visual Studio to automatically replace with the first suggestion in the list, because this is annoying and does not make any sense at all.

Taxis answered 27/1, 2022 at 12:38 Comment(1)
A
2

"For your requirement, you can try to use the option to change the IntelliSense completion mode: Edit > IntelliSense > Switch between automatic and tab-only IntelliSense completion or shortcut: Ctrl+Alt+Space.

Or you can also set the IntelliSense completion mode to Tab-only: Tools > Options > Text Editor > Advanced > Default IntelliSense completion mode: > select Tab-only in the dropdown."

Taken from AnnaXiu's answer

Alvertaalves answered 11/12, 2022 at 19:11 Comment(0)
O
1

Unfortunately, with Visual Studio Professional 2022 this is not possible. You can either have suggestions, or have auto-replace disabled, but you can't have both.

One option is to downgrade to Visual Studio 2019 or upgrade to another IDE such as Rider.

enter image description here

Ordinate answered 21/4, 2022 at 6:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.