dotPeek 2023.3 Help

List of dotPeek keyboard shortcuts

dotPeek has inherited a great deal of its functionality from JetBrains ReSharper. Keyboard shortcuts used in dotPeek are no exception; similar to ReSharper, dotPeek provides two sets of keyboard shortcuts:

  • Visual Studio — This scheme was introduced in ReSharper in order to minimize conflicts with Visual Studio's own keyboard shortcuts.

  • IntelliJ IDEA — This scheme shares the majority of shortcuts with those used in IntelliJ IDEA and its derivative web development IDEs. It provides a common keyboard-centric experience among all JetBrains development environments.

Basic Commands

Visual Studio

IntelliJ IDEA

Open assembly

Ctrl+O

Ctrl+O

Close assembly

Delete

Delete

Open assembly from GAC

Ctrl+Shift+O

Ctrl+Shift+O

Show Options dialog

Ctrl+Alt+S

Ctrl+Alt+S

Working with Code

Visual Studio

IntelliJ IDEA

Toggle word wrap

Ctrl+E,W

Ctrl+R,R

Show/Hide white spaces

Ctrl+R,W

Ctrl+R,W

Show/Hide line numbers

Ctrl+R,N

Ctrl+R,N

Collapse to definitions

Ctrl+M,O

Ctrl+M,O

Toggle outlining expansion

Ctrl+M,M

Ctrl+M,M

Toggle all expansion

Ctrl+M,L

Ctrl+M,L

Stop outlining

Ctrl+M,P

Ctrl+M,P

Stop hiding current

Ctrl+M,U

Ctrl+M,U

Parameter information: show/go to the next signature

Ctrl+P

Control+P

Parameter information: go to the previous signature

Control+Alt+Shift+Space

Control+Alt+Shift+Space

Quick documentation

Control+Shift+F1

Control+Q

Copy code reference

Control+Alt+Shift+C

Control+Alt+Shift+C

View hierarchy of types

Control+E, H

Control+Alt+H

View hierarchy of references

Ctrl+Alt+R

Ctrl+Alt+R

Extend selection

Control+Alt+ArrowRight

Control+W

Shrink selection

Control+Alt+ArrowLeft

Control+Shift+W

Select containing declaration

Control+Shift+[

Control+Shift+[

Visual Studio

IntelliJ IDEA

Search Everywhere/Go to Type

Control+T

Control+N

Go To Assembly

Control+Shift+T

Shift+Control+N

Go to file member

Alt+|

Control+F12

Go to symbol

Alt+Shift+T

Shift+Control+Alt+N

Go to String

Ctrl+Alt+T

Ctrl+Alt+T

Navigate To

Alt+`

Control+Shift+G

Go to type of symbol

Control+Shift+F11

Control+Shift+T

Go to declaration

F12

Control+B

Go to implementation

Ctrl+F12

Control+Shift+Alt+B

Go to base symbols

Alt+Home

Control+U

Go to derived symbols

Alt+End

Alt+Control+B

Go to usage

Shift+Alt+F12

Control+Alt+F7

Go to containing declaration

Control+[

Control+[

Go to next member/tag

Alt+ArrowDown

Alt+ArrowDown

Go to previous member/tag

Alt+ArrowUp

Alt+ArrowUp

Structural navigation: forwards

Tab

Tab

Structural navigation: backwards

Shift+Tab

Shift+Tab

Find usages

Shift+F12

Alt+F7

Find usages of related entities

Control+Shift+Alt+F12

Shift+Alt+F7

Highlight usages in file

Shift+Alt+F11

Control+Shift+F7

Go to previous location/highlight

Control+Alt+PageUp

Control+Alt+PageUp

Go to next location/highlight

Control+Alt+PageDown

Control+Alt+PageDown

Remove highlighting of usages

Esc

Esc

View recent files

Control+,

Control+E

View bookmarks

Control+`

Control+`

Go to numbered bookmark

Ctrl+[digit]

Ctrl+[digit]

Toggle numbered bookmark

Ctrl+Shift+[digit]

Ctrl+Shift+[digit]

Find Results window

Control+Alt+F12

Control+Alt+U

File structure

Control+Alt+F

Control+F11

Stack Trace Explorer

Control+E, T

Control+Shift+E

Locate in Assembly Explorer

Shift+Alt+L

Alt+Shift+L

Switch to code from Assembly Explorer

Esc

Esc

Find

Ctrl+F

Ctrl+F

Find Next

F3

F3

Find Previous

Shift+F3

Shift+F3

Go to line

Ctrl+G

Ctrl+G

Go to Action

Control+Shift+A

Control+Shift+A

Tool Windows

Visual Studio

IntelliJ IDEA

File structure

Control+Alt+F

Control+F11

Find Results window

Control+Alt+F12

Control+Alt+U

Hierarchies window

Control+E, H

Control+Alt+H

Pdb Access Log window

Ctrl+Alt+Y

Ctrl+Alt+Y

Properties window

F4

F4

Stack Trace Explorer

Control+E, T

Control+Shift+E

Close recent tool window

Control+Shift+F4

Control+Shift+F4

Activate recent tool window

Control+Alt+Backspace

Control+Alt+Backspace

Last modified: 05 September 2023