Reputation: 3142
When I'm coding in VB.Net in VS2015 I would like to use CTRL+SPACE to select Intellisense proposal when coding. Currently I have to use SHIFT+SPACE and I see no way to change it.
In the preceeding example screenshot it is visible that I have 3 potential options to autocomplete. I can select any of them with key up/down but in order to select the proposal I have following options:
In the key configuration window I found the Edit.CompleteWord command:
However this command already has CTRL+SPACE assigned it but it simply does not work. In addition SHIFT+SPACE is not mentioned as one of the keybindings.
Note: VS2015 does have a flag 'Toggle Completion Mode' but I actually see no difference if this option is checked or not.
Upvotes: 1
Views: 606
Reputation: 312
you can Use Tab and this will accept the proposal and position the current right after Tab Use space it well show You next Complete Word .
Upvotes: 0