Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keyboard Shortcut for Hints

usually when I select a hint such as refactoring a certain line that I am on, when the purple hint icon or the light bulb icon shows to the left, I click on it then select the refactoring I desire.

I don't want to use my mouse. How do I get that dialog open on the left...really any dialog on the left that resharper unobtrusively shows you?

Just trying to figure out a faster way than with my mouse. First thing is to figure out how to get that dialog up with the keyboard, not click on it with the mouse.

I'm using ReSharper 6.1, not sure if it matters with keyboard shorctuts.

like image 836
PositiveGuy Avatar asked Dec 15 '11 03:12

PositiveGuy


People also ask

What is Ctrl Shift P?

Delete selected item(s) Ctrl + Shift + P.

What does Ctrl Alt P do?

Alt+P is a keyboard shortcut most often used to open the Page Layout tab in the Ribbon.

What is Ctrl Shift L?

2. CTRL+SHIFT+L – Turn on/ off filters.

What does Ctrl G do?

Alternatively known as Control+G, ^g, and C-g, Ctrl+G is a keyboard shortcut often used to advance through Find results or move to a specific line in a document, spreadsheet, or text file. On Apple computers, this keyboard shortcut is performed using Command + G .


2 Answers

Ctrl+Shift+R opens the refactoring options if that's what you are looking for. If light bulb shows up to offer any hints you can use Alt+Enter to bring up the menu.

like image 184
Ufuk Hacıoğulları Avatar answered Sep 21 '22 07:09

Ufuk Hacıoğulları


There's also the Resharper 6.1 default keyboard map for the Visual Studio scheme and the IDEA scheme.

Update:

And, if anyone is using more recent versions:

7

  • Visual Studio scheme
  • IDEA scheme

8

  • Visual Studio scheme
  • IDEA scheme
like image 32
Peter Ritchie Avatar answered Sep 19 '22 07:09

Peter Ritchie