'Visual Studio 2022 (or earlier) disable autocomplete after typing a dot (.)
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.
Solution 1:[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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source | 
|---|---|
| Solution 1 | Ph0t0n | 


