Dalibor Čarapić
Dalibor Čarapić

Reputation: 3142

How to change key to 'accept' intellisense 'offer' for VB.Net in Visual Studio 2015 (update 3)

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.

VB.Net code editing

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:

Keyboard binding dialog

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

Answers (1)

Aladein
Aladein

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

Related Questions