You are on page 1of 1

Ctrl-Shift-D GhostDoc (document current function, property, etc.

Ctrl + Q - Quick documentation


Gives you a very quick, but thorough overview of the method or variable that you have
your cursor on.
You can even use it to check you own XML documentation while working on it.

Alt+Enter - Show available quick fixes and context actions


When there's an error in the code or Resharper has suggestion on how to improve a certain line it marks
it with a red, yellow or blue underline, using this shortcut will open a context menu with the suggestions
on how to repair, improve or change the code. Need to change the accessibility of you method from
private to internal? want to change a delegate to lambda? this shortcut is your one (two) click solution
for these problems.

You might also like