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.
Hitting the shortcut invokes the "hammer":
However, when I hover my mouse over the enum name, I get the 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.


