2

Visual Studio was working fine until I close the project, then few hours later when I reopen the Editor and I started to get this strange behavior, usually when I type return the auto suggest highlights the keyword so I just hit enter but now it only gets the border of the box.

This is now :

enter image description here

And This is how it was before :

enter image description here

Salah Akbari
  • 39,330
  • 10
  • 79
  • 109
Nathiel Paulino
  • 534
  • 6
  • 17

1 Answers1

1

You need to do the following steps for this purpose:

  1. From the menu choose Edit
  2. Then Intellisense
  3. And finally Toggle Completion Mode

You can also hit CTRL+ALT+SPACE as an another alternative. It should now shows full blue color selection.

Salah Akbari
  • 39,330
  • 10
  • 79
  • 109