当前位置: 首页 > 工具软件 > Rider > 使用案例 >

Jetbrains Rider 快捷键

段干瑞
2023-12-01
CREATE AND EDIT操作
Show context actionsAlt+Enter
CREATE AND EDIT
Show context actionsAlt+Enter
Basic code completionCtrl+Space
Smart code completionCtrl+Shift+Space
Type name completionCtrl+Alt+Space
Complete statementCtrl+Shift+Enter
Parameter informationCtrl+P
Quick definitionCtrl+Shift+I
Quick / External documentationCtrl+Q/ Shift+F1
Generate code Alt+Insert
Override / Implement membersCtrl+O/ Ctrl+I
Surround withCtrl+Alt+T
Comment with line / block commentCtrl+// Ctrl+Shift+/
Extend / Shrink selectionCtrl+W/ Ctrl+Shift+W
Context infoAlt+Q
Optimize importsCtrl+Alt+O
Autoindent linesCtrl+Alt+I
Cut / Copy / PasteCtrl+X/ Ctrl+C/ Ctrl+V
Copy document pathCtrl+Shift+C
Paste from clipboard historyCtrl+Shift+V
Duplicate current line or selectionCtrl+D
Move line up / downCtrl+Shift+Up/
Ctrl+Shift+Down
Delete line at caretCtrl+Y
Join / Split lineCtrl+Shift+J/ Ctrl+Enter
Start new lineShift+Enter
Toggle caseCtrl+Shift+U
Expand / Collapse code blockCtrl+NumPad +/
Ctrl+NumPad
Expand / Collapse allCtrl+NumPad +/
Ctrl+NumPad
VERSION CONTROL
VCS operations popupAlt+`
CommitCtrl+K
Update projectCtrl+T
Recent changesAlt+Shift+C
RollbackCtrl+Alt+Z
PushCtrl+Shift+K
Next / Previous changeCtrl+Alt+Shift+Down/
Ctrl+Alt+Shift+Up
MASTER YOUR IDE
Find actionCtrl+Shift+A
Open solution or projectCtrl+Shift+O
Open a tool windowAlt+[09]
Reload all from diskCtrl+Alt+Y
Quick switch schemeCtrl+`
SettingsCtrl+Alt+S
Jump to sourceF4
Jump to navigation barAlt+Home
Jump to last tool windowF12
Hide active / all tool windowsShift+Esc/ Ctrl+Shift+F12
Go to next / previous editor tabAlt+Right/ Alt+Left
Go to editor (from a tool window)Esc
Close active tab / windowCtrl+Shift+F4/ Ctrl+F4
ANALYZE AND EXPLORE
Inspect thisCtrl+Alt+Shift+A
Show error descriptionCtrl+F1
Next / Previous highlighted errorF2/ Shift+F2
Next / Previous error in solutionAlt+F2/ Alt+Shift+F2
Toggle code inspection in fileCtrl+Alt+Shift+8
Run inspection by nameCtrl+Alt+Shift+I
Type hierarchyCtrl+H
Method hierarchyCtrl+Shift+H
Call hierarchyCtrl+Alt+H
FIND EVERYTHING
Search everywhere DoubleShift
Find / ReplaceCtrl+F/ Ctrl+R
Find / Replace in pathCtrl+Shift+F/ Ctrl+Shift+R
Next / Previous occurrenceF3/ Shift+F3
Find word at caretCtrl+F3
Go to classCtrl+N
Go to file memberCtrl+F12
Go to fileCtrl+Shift+N
Go to symbolCtrl+Alt+Shift+N
NAVIGATE FROM SYMBOLS
Navigate toCtrl+Shift+G
Declaration or usagesCtrl+B
Type declarationCtrl+Shift+B
Base typesCtrl+U
Implementation(s)Ctrl+Alt+B
Find usages / Find usages in fileAlt+F7/ Ctrl+F7
Highlight usages in fileCtrl+Shift+F7
Show usagesCtrl+Alt+F7
NAVIGATE CONTEXT
Select inAlt+F1
Recently viewed / changed filesCtrl+E
Last edit locationCtrl+Shift+Back
Navigate back / forwardCtrl+Alt+Left/ Ctrl+Alt+Right
Go to previous / next methodAlt+Up/ Alt+Down
Line / ColumnCtrl+G
Go to code block end / startCtrl+]/ Ctrl+[
Add to favoritesAlt+Shift+F
Toggle bookmarkF11
Toggle bookmark with mnemonicCtrl+F11
Go to numbered bookmarkCtrl+[09]
Show bookmarksShift+F11
REFACTOR AND CLEAN UP
Refactor thisCtrl+Alt+Shift+T
CopyF5
MoveF6
Safe deleteAlt+Delete
RenameShift+F6
Change SignatureCtrl+F6
InlineCtrl+Alt+N
Extract methodCtrl+Alt+M
Introduce variableCtrl+Alt+V
Introduce fieldCtrl+Alt+F
Introduce constantCtrl+Alt+C
Introduce parameterCtrl+Alt+P
Reformat codeCtrl+Alt+L
BUILD, RUN, DEBUG
Build solutionCtrl+F9
Run context configurationCtrl+Shift+F10
Run / Debug selected configurationAlt+Shift+F10/ Alt+Shift+F9
Run / Debug current configurationShift+F10/ Shift+F9
Step overF8
Step intoF7
Smart step intoShift+F7
Step outShift+F8
Run to cursorAlt+F9
Force run to cursorCtrl+Alt+F9
Show execution pointAlt+F10
Evaluate expressionAlt+F8
StopCtrl+F2
Stop background processesCtrl+Shift+F2
Resume programF9
Toggle line breakpointCtrl+F8
Toggle temporary line breakpointCtrl+Alt+Shift+F8
Edit breakpointCtrl+Shift+F8
View breakpointsCtrl+Shift+F8
UNIT TESTS
Unit testing quick listAlt+Shift+U
Run / Debug unit testsCtrl+;, R/ Ctrl+;, D
Stop executionCtrl+;, S
Repeat previous runCtrl+;, T
Rerun failed testsCtrl+;, F
Run all tests from solutionCtrl+;, L
Create new sessionCtrl+;, N
Append tests to sessionCtrl+;, A
Run current sessionCtrl+;, Y
 类似资料: