Nathiel Paulino
Nathiel Paulino

Reputation: 544

Visual studio is not highlighting suggestions in C# while typing

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

Upvotes: 2

Views: 199

Answers (1)

Salah Akbari
Salah Akbari

Reputation: 39956

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.

Upvotes: 1

Related Questions