`

Intellij Idea 快捷键 官方原版

阅读更多

 

Code analysis

Command Shortcut 
(Visual Studio) Shortcut 
(IntelliJ IDEA/ReSharper 2.x)
Toggle code analysis in the current file Ctrl+Shift+Alt+8 Ctrl+Shift+Alt+8
Go to next code issue (error, warning or suggestion) Alt+PgDn F12
Go to previous code issue (error, warning or suggestion) Alt+PgUp Shift+F12
Go to next error Shift+Alt+PgDn Alt+F12
Go to next error in solution Shift+Alt+PgDn Alt+F12
Go to previous error Shift+Alt+PgUp Shift+Alt+F12
Go to previous error in solution Shift+Alt+PgUp Shift+Alt+F12
Inspect this Ctrl+Shift+Alt+A Ctrl+Shift+Alt+A
View type hierarchy Ctrl+E,H Ctrl+Alt+H
Inspection Results window Ctrl+Alt+V Ctrl+Alt+V

Coding assistance

Command Shortcut 
(Visual Studio) Shortcut 
(IntelliJ IDEA/ReSharper 2.x)
Show action list Alt+Enter Alt+Enter
Paste multiple Ctrl+Shift+V 
Code cleanup Ctrl+E,C Ctrl+Alt+F 
Silent code cleanup Ctrl+E,F Ctrl+Shift+Alt+F
Symbol code completion Ctrl+Space Ctrl+Space
Smart code completion Ctrl+Alt+Space Ctrl+Shift+Space
Import symbol completion Shift+Alt+Space Ctrl+Alt+Space
Complete statement Ctrl+Shift+Enter Ctrl+Shift+Enter
Parameter information Ctrl+Shift+Space Ctrl+P
Quick documentation Ctrl+Shift+F1 Ctrl+Q
Insert live template Ctrl+E,L Ctrl+J
Surround with template Ctrl+E,U Ctrl+Alt+J
Create file from template Ctrl+Alt+Insert Ctrl+Alt+Insert
Generate code Alt+Insert Alt+Insert
Move code up Ctrl+Shift+Alt+Up Ctrl+Shift+Alt+Up
Move code down Ctrl+Shift+Alt+Down Ctrl+Shift+Alt+Down
Move code left Ctrl+Shift+Alt+Left Ctrl+Shift+Alt+Left
Move code right Ctrl+Shift+Alt+Right Ctrl+Shift+Alt+Right
Extend selection Ctrl+Alt+Right Ctrl+W
Shrink selection Ctrl+Alt+Left Ctrl+Shift+W
Duplicate a line or selection Ctrl+D Ctrl+D
Comment with line comment Ctrl+Alt+/ Ctrl+/
Comment with block comment Ctrl+Shift+/ Ctrl+Shift+/

Navigation and search

Command Shortcut 
(Visual Studio) Shortcut 
(IntelliJ IDEA/ReSharper 2.x)
Go to type Ctrl+T Ctrl+N
Go to file Ctrl+Shift+T Ctrl+Shift+N
Go to file member Alt+\ Ctrl+F12
Go to symbol Shift+Alt+T Ctrl+Shift+Alt+N
Navigate To Alt+` Ctrl+Shift+G
Go to type of symbol Ctrl+Shift+F11 Ctrl+Shift+T
Go to declaration F12 Ctrl+B
Go to implementation Ctrl+F12 Ctrl+Shift+Alt+B
Go to base symbols Alt+Home Ctrl+U
Go to derived symbols Alt+End Ctrl+Alt+B
Go to usage Shift+Alt+F12 Ctrl+Alt+F7
Go to containing declaration Ctrl+[ Ctrl+[
Go to next member/tag Alt+Down Alt+Down
Go to previous member/tag Alt+Up Alt+Up
Find usages Shift+F12 Alt+F7
Find usages (advanced) Ctrl+Shift+Alt+F12 Shift+Alt+F7
Highlight usages in file Shift+Alt+F11 Ctrl+Shift+F7
Go to previous usage Ctrl+Alt+PgUp Ctrl+Alt+Up
Go to next usage Ctrl+Alt+PgDn Ctrl+Alt+Down
View recent files Ctrl+, Ctrl+E
View recent edits Ctrl+Shift+, Ctrl+Shift+Alt+Backspace
Go to previous edit Ctrl+Shift+Backspace Ctrl+Shift+Backspace
Go to related files Ctrl+Alt+F7 Ctrl+Shift+Alt+G
View bookmarks Ctrl+` Ctrl+`
Go to bookmark Ctrl+[numeric key] Ctrl+[numeric key]
Set/remove bookmark Ctrl+Shift+[numeric key] Ctrl+Shift+[numeric key]
Find Results window Ctrl+Alt+F12 Ctrl+Alt+U
File structure Ctrl+Alt+F Ctrl+F11
To-do items Ctrl+Alt+D
Stack traces Ctrl+E,T Ctrl+Shift+E
Locate in Solution Explorer Shift+Alt+L Shift+Alt+L
Analyze references Shift+Alt+Y Shift+Alt+Y

Refactorings

Command Shortcut 
(Visual Studio) Shortcut 
(IntelliJ IDEA/ReSharper 2.x)
Refactor this Ctrl+Shift+R Ctrl+Shift+R
Rename Ctrl+R,R F2 or Shift+F6
Move Ctrl+R,O F6
Safe delete Ctrl+R,D or Alt+Del Alt+Del
Extract method Ctrl+R,M Ctrl+Alt+M
Introduce variable Ctrl+R,V Ctrl+Alt+V
Introduce field Ctrl+R,F Ctrl+Alt+D
Introduce parameter Ctrl+R,P Ctrl+Alt+P
Inline variable/method/field Ctrl+R,I Ctrl+Alt+N
Encapsulate field Ctrl+R,E Ctrl+R,E
Change signature Ctrl+R,S Ctrl+F6

Unit testing

Command Shortcut 
(Visual Studio) Shortcut 
(IntelliJ IDEA/ReSharper 2.x)
Run unit tests Ctrl+U,R Ctrl+T,R
Debug unit tests Ctrl+U,D Ctrl+T,D
Run all tests in solution Ctrl+U,L Ctrl+T,L
Run current test session Ctrl+U,Y Ctrl+T,Y
Repeat previous test run Ctrl+U,Y Ctrl+T,Y
Append to test session Ctrl+U,A Ctrl+T,A
Create new test session Ctrl+U,N Ctrl+T,N
Unit Test Explorer Ctrl+Alt+U Ctrl+Alt+T
Unit Test Sessions Ctrl+Alt+T Ctrl+Alt+R

Tool windows

Command Shortcut 
(Visual Studio) Shortcut 
(IntelliJ IDEA/ReSharper 2.x)
Find Results window Ctrl+Alt+F12 Ctrl+Alt+U
Inspection Results window Ctrl+Alt+V Ctrl+Alt+V
Hierarchies window Ctrl+Alt+H
Stack traces Ctrl+E,T Ctrl+Shift+E
File structure Ctrl+Alt+F Ctrl+F11
To-do items Ctrl+Alt+D
Unit Test Explorer Ctrl+Alt+U Ctrl+Alt+T
Unit Test Sessions Ctrl+Alt+T Ctrl+Alt+R
Close recent tool Ctrl+Shift+F4 Ctrl+Shift+F4
Activate recent tool Ctrl+Alt+Backspace Ctrl+Alt+BackspaceIn
分享到:
评论

相关推荐

    IntelliJ IDEA快捷键官方版和自行翻译版本

    官方提供的`IntelliJ IDEA快捷键官方版`通常包含了所有可用的键盘快捷键,这些快捷键覆盖了编辑、导航、调试、版本控制等多个方面,帮助程序员快速执行常见任务,减少鼠标操作,提升编程速度。 `IntelliJIDEA_...

    IntelliJIDEA快捷键-英文原版Mac&&windows.pdf

    IntelliJ IDEA的大多数与编辑、导航、重构、调试和其他任务相关的命令都有键盘快捷键。记住这些热键可以帮助你通过把手放在键盘上来提高工作效率。

    IntelliJ IDEA最新汉化包

    在Windows系统中,这个目录通常位于`%USERPROFILE%\.IntelliJIdea\config\plugins`;在macOS和Linux系统中,它位于`$HOME/.IntelliJ IDEA/config/plugins`。将解压出的汉化文件复制到`plugins`目录下的`resources`子...

    idea for mac-2020.3.3.zip

    标签中的"ideaUI"可能是指IntelliJ IDEA的用户界面,而"IntelliJIDEA"则是IDE本身的名称。这两个标签强调了这个压缩包与IntelliJ IDEA及其用户界面设计密切相关。 根据压缩包子文件的文件名称列表"idea for mac-...

    android-studio-2020.3.1.23.7z

    Android Studio是基于IntelliJ IDEA的,它集成了代码编辑器、调试器、构建工具和模拟器等多种功能,旨在提供高效、便捷的开发体验。2020.3.1.23这个版本在先前的基础上进行了优化和更新,提升了开发效率和用户体验。...

    Clion汉化包

    同时,Clion与其他JetBrains IDEs的快捷键和功能设置基本一致,如果你熟悉其他如IntelliJ IDEA或PyCharm,那么切换到Clion也会非常容易。 总之,Clion汉化包的使用可以极大地提高中国用户在使用这款专业IDE时的舒适...

    luna-android-studio-mac:luna-android-studio-mac

    1. **Android Studio**:是Google官方推荐的Android应用开发集成开发环境(IDE),基于JetBrains的IntelliJ IDEA,提供了一系列工具帮助开发者创建、测试和发布Android应用。 2. **Mac平台兼容性**:在Mac上运行的...

Global site tag (gtag.js) - Google Analytics