Keyboard Shortcuts
Call Tree
Key or Key Combination | Description |
---|---|
Ctrl+Space | Toggle subtree folding |
Enter | Navigate to the method in code |
Ctrl+Enter | Scope to the current method occurrence |
Ctrl+Shift+Enter | Merge and show all method occurrences |
Backspace | If Call Tree is focused on a particular method occurrence, this will return Call Tree to the previous state |
Ctrl+C | Copy method signature to clipboard |
Ctrl+Shift+C | Copy subtree to clipboard |
Source Code
Key or Key Combination | Description |
---|---|
Alt+Shift+S | Navigate from a method declaration in the source code to Call Tree and apply a filter by all method occurrences. Known issue in dotTrace 10.0.2: After installing dotTrace, the shortcut does not work until you reapply ReSharper's current keyboard scheme. To do so, in ReSharper | Options… | Environment | Keyboard, click Apply Scheme. |