C
CharlieSteer
Guest
Whenever I write in Visual Studio, code get autocompleted often in ways I don't want to. If I disable the option "Auto List Members" for the language I'm using (C# in this case), it stops with the autocompletions, but it also removes the list of suggestions bellow the current writing. I'm a beginner and I like having the suggestions to broaden what methods I know about upon seeing them listed but I can't figure out how to have my way in both ways at once.
In VSCode, it works exactly like what I'm looking for from Visual Studio if you disable the following option:
"editor.acceptSuggestionOnCommitCharacter"
Is there a way of doing this in Visual Studio 2019 or a previous version of the software that's still compatible with Windows 10?
Thank you!
Continue reading...
In VSCode, it works exactly like what I'm looking for from Visual Studio if you disable the following option:
"editor.acceptSuggestionOnCommitCharacter"
Is there a way of doing this in Visual Studio 2019 or a previous version of the software that's still compatible with Windows 10?
Thank you!
Continue reading...