Make "offer mode" a standard intellisense method in Visual Studio 2015

By default, Visual Studio 2015 completes what I write when I go into space. This is the Intellisense completion mode.

Instead, I want it to end only when I click the tab, which is the Intellisense hint mode.

I can switch between them by pressing Ctrl + Alt + Space, but every time I restart VS, it goes into "end mode".

Is there a way to change the default value to "prompt mode"?

Vote to request this feature : apparently there is no way to do this. If you think this can be used, please vote for this feature at visualstudio.uservoice.com .

+4
source share

Source: https://habr.com/ru/post/1625463/


All Articles