I would like Visual Studio to automatically populate the current entry in the intellisense menu only when I click the tab.
Autocomplete, which starts, for example, when I press a period, makes me hit run every time I write something that cannot be autocompleted yet, to avoid the fact that what I type is replaced by a random record.
Is there any way to customize this?
I am using Visual Studio 2015 and C # programming.

Example: here I type Log , which is a class for which I have not yet added the corresponding using statement. None of the offers are good. If I hit . now, the autocomplete function will write EventLogProcessor , which is not what I want.
Please note that this question has nothing to do with VIM, this is not a duplicate of the question linked from above.
source share