Skip to content

Instantly share code, notes, and snippets.

@dyon
Created March 15, 2012 08:53
Show Gist options
  • Save dyon/2043046 to your computer and use it in GitHub Desktop.
Save dyon/2043046 to your computer and use it in GitHub Desktop.
Resharper 6 - Useful Shortcuts

Resharper 6 – Useful Shortcuts

General

alt+enter View action list
ctrl+alt+space Show suggestions
ctrl+alt+7 Comment/Uncomment code with line comment (// …)
ctrl+alt+8 Comment/Uncomment code with block comment (/* … */) Must define the shortcut in VS Settings for BlockComment command

Editing

ctrl+E, ctrl+U Surround selection
alt+insert Generate code (constructor, properties…)

Refactoring

ctrl+R, ctrl+R Rename
ctrl+R, ctrl+M Extract method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment