A
Aleksey Malyshev
Guest
I am using Visual Studio 2017 and auto-completion is a very useful feature. Except that in most editors it is triggered using either Enter or Tab key or both. In Visual Studio 2017 for some reasons it also works with space bar. This is extremely inconvenient because sometimes I type a variable name first and then add a type. This works fin in most editors, but in Visual Studio as soon as I press space bar, variable name turns into a type which may be a few dozen characters long and takes forever to delete. Is there a way to change auto-completion behavior so that it only triggers on Tab and/or Enter key?
Continue reading...
Continue reading...