1

I am trying to make working with Visual Studio more productive, but hitting a common problem which requires a mouse to resolve. To see a Quick fix (a "lightbulb" suggestion), you can use a Ctrl + . shortcut. Unfortunately, this does not work when there is a "hammer" suggestion on the same line.

As an example, consider the following line.

Hammer suggestion

Hitting the shortcut invokes the "hammer":

Hammer suggestion invoked via shortcut

However, when I hover my mouse over the enum name, I get the lightbulb:

Lightbulb

Is there a way to open the "lightbulb" via a keyboard shortcut or maybe loop through all suggestion types available?

Update Note I am using ReSharper as well.

0 Answers0