Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio 2019 preview - auto complete is not selecting the first or any option

When you use the autocomplete / typeahead, you expect the first option, to be automatically selected, so when you click ENTER, you actually inserting the text.

In VS 2019 you need to click ARROW DOWN and then ENTER.

Any way to change that?
Thanks

enter image description here

like image 526
SexyMF Avatar asked Oct 18 '25 15:10

SexyMF


1 Answers

Try Ctrl+Alt+Space, or choose Edit > IntelliSense > Toggle Completion Mode.

You can also change to suggestion mode, in which only the text you type is inserted into the code. For example, if you enter an identifier that is not in the list and press Tab, in completion mode the entry would replace the typed identifier. To toggle between completion mode and suggestion mode, press Ctrl+Alt+Space, or choose Edit > IntelliSense > Toggle Completion Mode.

https://learn.microsoft.com/en-us/visualstudio/ide/using-intellisense?view=vs-2019

like image 146
Boris Mitchenko Avatar answered Oct 21 '25 19:10

Boris Mitchenko



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!