Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the keyboard shortcut to go to the next Quick Action (Light Bulb) suggestion in a file?

I would like to know what the keyboard shortcut is in Visual Studio 2015 which allows me to advance to the next Quick Action in the file I am viewing.

The behavior I am looking for would be similar to ReSharper's "next code issue" (F12) shortcut.

like image 241
NightShovel Avatar asked Oct 30 '15 15:10

NightShovel


People also ask

How do you get the bulb in Vscode?

To see a light bulb or screwdriver You can also press Ctrl+.

How do I remove quick actions from Visual Studio?

1 Answer. Show activity on this post. You can disable CodeAnalysis for a project in the project properties> tab Code Analysis. For more details check this doc https://docs.microsoft.com/en-us/visualstudio/code-quality/disable-code-analysis?view=vs-2019.


1 Answers

was searching for the same and with help of this post I was able to found the following, which suits my needs more:

for me in VS2017, the right combination was "Edit.GoToNextIssueinFile" (Alt+PgDn) and vice versa.

enter image description here

like image 72
JestaBlunt Avatar answered Nov 14 '22 13:11

JestaBlunt