0% found this document useful (0 votes)
722 views

ReSharper KeyMap

This document provides a summary of default keyboard shortcuts for the ReSharper 2.x/IntelliJ IDEA code editor. It lists shortcuts for navigating code, refactoring code, running tests, and more. Some examples include Ctrl+N to go to anything, Ctrl+B to go to a declaration, Ctrl+Shift+R to refactor code, and Ctrl+T commands to run and debug tests. The shortcuts are intended to help developers use features within the ReSharper/IDEA code editor more efficiently.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
722 views

ReSharper KeyMap

This document provides a summary of default keyboard shortcuts for the ReSharper 2.x/IntelliJ IDEA code editor. It lists shortcuts for navigating code, refactoring code, running tests, and more. Some examples include Ctrl+N to go to anything, Ctrl+B to go to a declaration, Ctrl+Shift+R to refactor code, and Ctrl+T commands to run and debug tests. The shortcuts are intended to help developers use features within the ReSharper/IDEA code editor more efficiently.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

DEFAULT KEYMAP ReSharper 2.

x/IntelliJ IDEA scheme

Create Explore Improve

Symbol code completion Ctrl + Space Go to everything Ctrl + N Show available quick-fixes
and context actions Alt + Enter
Smart code completion Ctrl + Shift + Space Go to type Ctrl + N (second hit)

Import symbol completion Ctrl + Alt + Space Go to symbol Ctrl + Shift + Alt + N Inspect this Ctrl + Shift + Alt + A

Complete statement Ctrl + Shift + Enter Go to word Ctrl + N + N + N View type hierarchy Ctrl + Alt + H

Parameter info Ctrl + P Go to file Ctrl + Shift + N Go to next highlight


(error, warning or suggestion) F12
Go to previous signature Go to file member Ctrl + F12
(in parameter info) Ctrl + Shift + P Go to previous highlight
(error, warning or suggestion) Shift + F12
Quick documentation Ctrl + Q Find usages Alt + F7
Go to next error Alt + F12
Move code up/down/left/right Ctrl + Shift + Alt + / / / Find usages (advanced) Shift + Alt + F7
Go to previous error Shift + Alt + F12
Extend selection Ctrl + W Find Results window Ctrl + Alt + U

Highlight usages in file Ctrl + Shift + F7 Refactor this Ctrl + Shift + R


Shrink selection Ctrl + Shift + W
Go to previous usage Ctrl + Alt + Rename F2 or Shift + R
Duplicate a line or selection Ctrl + D
Go to next usage Ctrl + Alt + Move type or static member F6
Select containing declaration Ctrl + Shift + [
Analyze References window Ctrl + Alt + Y Safe delete Alt + Del
Comment/uncomment line Ctrl + /
Extract method Ctrl + Alt + M
Comment/uncomment block Ctrl + Shift + /
Navigate to Ctrl + Shift + G Introduce variable Ctrl + Alt + V
Generate code (constructors, properties, Go to declaration Ctrl + B Introduce field Ctrl +Alt + D
implementing/overriding members, etc) Alt + Ins
Go to type of symbol Ctrl + Shift + T Introduce parameter Ctrl + Alt + P
Insert live template Ctrl + J
Go to implementation Ctrl + Shift + Alt + B Inline Ctrl + Alt + N
Surround with template Ctrl + Alt + J
Go to base symbols Ctrl + U Change signature Ctrl + F6
Create file from template Alt+Ins in Solution Explorer
or Ctrl + Alt + Ins Go to derived symbols Ctrl + Alt + B
Code cleanup Ctrl + Alt + F
Go to last edit location Ctrl + Shift + Backspace Go to usage Ctrl + Alt + F7
Apply code style Ctrl + Alt + S
View recent files Ctrl + E
File structure Ctrl + F11 Reformat code Ctrl + Alt + L
View recent edits Ctrl + Shift + Alt + Backspace
Go to next member/tag Alt + Run unit tests Ctrl + T, R
Go to related files Ctrl + Shift + Alt + G
Go to previous member/tag Alt + Debug unit tests Ctrl + T, D
View bookmarks Ctrl + `
Go to containing declaration Ctrl + [ Run all tests from solution Ctrl + T, L
Go to bookmark Ctrl + [numeric key]
To-do items Ctrl +Alt + . Run current session Ctrl + T, Y
Set/remove bookmark Ctrl + Shift + [numeric key]
Explore stack trace Ctrl + Shift + E Repeat previous run Ctrl + T, T
Locate in Solution Explorer Shift + Alt + L Unit Test Explorer Ctrl + Alt + T
Structural navigation Tab / Shift + Tab Unit Test Sessions Ctrl + Alt + R
www.jetbrains.com/resharper

You might also like