`

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
分享到:
评论

相关推荐

    IntelliJIDEA快捷键与Eclipse对比

    IntelliJIDEA快捷键与Eclipse对比,让熟练运用Eclipse的同学能迅速找到IntelliJIDEA对应功能的快捷键。

    IntelliJidea快捷键文档

    这份“IntelliJ IDEA快捷键文档”详细汇总了该IDE的所有快捷键,旨在帮助开发者熟练掌握这一强大的工具。 首先,我们要理解快捷键的基本概念。快捷键通常是组合键,比如Ctrl + C用于复制,Ctrl + V用于粘贴。在...

    IntelliJIDEA快捷键中文版(mac版)

    标题《IntelliJ IDEA快捷键中文版(mac版)》指出本文档是一份针对mac操作系统中的IntelliJ IDEA集成开发环境(IDE)的快捷键指南。IntelliJ IDEA是由JetBrains公司开发的一款流行的Java集成开发环境,广泛用于Web应用...

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

    `IntelliJIDEA_ReferenceCard.pdf`是官方的快捷键参考卡片,它以简洁明了的形式列举了最常用和最重要的快捷键,方便开发者随时查阅。这份文档通常会按照功能分类,例如编辑操作、代码导航、查找替换、运行与调试等,...

    IntelliJ idea快捷键设置.doc

    IntelliJ IDEA 快捷键设置 IntelliJ IDEA 是一个功能强大且功能齐全的集成开发环境(IDE),它提供了许多快捷键来提高开发效率。在本文中,我们将介绍 17 个主要的快捷键设置,以帮助开发者快速掌握 IntelliJ IDEA...

    IntelliJ IDEA快捷键及调试

    IntelliJ IDEA 快捷键及调试详解 IntelliJ IDEA 是一款功能强大、功能齐全的集成开发环境(IDE),它提供了许多快捷键和调试工具来提高开发效率和调试体验。本文将详细介绍 IntelliJ IDEA 的快捷键和调试功能。 ...

    IntelliJ IDEA快捷键大全

    本篇文章将详细解析IntelliJ IDEA中的常见快捷键,帮助你快速上手并提升编程速度。 一、编辑操作 1. **代码跳转**: - `Ctrl + N`:查找类 - `Ctrl + Shift + N`:查找文件或符号 - `Ctrl + B`:跳转到方法定义...

    IntelliJ IDEA快捷键.xls

    IntelliJ IDEA快捷键,个人整理的spring boot 快捷键,方便大家进行java开发。Alt+Shift+Up/Down 上/下移一行 Ctrl+X 删除行 Ctrl+D 复制行 Ctrl+Shift + Enter 语句完成 “!” 否定完成 Ctrl+E 最近的文件 ...

    IntelliJIDEA快捷键(中文版).pdf

    标题“IntelliJIDEA快捷键(中文版).pdf”指向了文档的主体内容,即IntelliJ IDEA这款流行的Java集成开发环境中的所有快捷键的中文版指南。IntelliJ IDEA由JetBrains公司开发,是专业Java开发人员广泛使用的工具。...

    IntelliJ IDEA快捷键中文文档

    IntelliJ IDEA 快捷键大全 IntelliJ IDEA 是一款功能强大且功能齐全的集成开发环境(IDE),它提供了许多实用的快捷键,以提高开发效率和体验。下面是 IntelliJ IDEA 的快捷键大全,涵盖了编辑、导航、重构、调试等...

    Intellij IDEA快捷键打印版

    Intellij IDEA常用快捷键打印版 Ctrl + Space 基本代码完成(任何类,方法的名称或变量) Ctrl + Shift + Space 智能代码完成(过滤预期类型的方法和变量列表) Ctrl + Alt + Space 类名完成(独立于当前导入任何类的名称...

    Intellij IDEA 快捷键整理.mht

    Intellij IDEA 快捷键整理:里面包含了IDEA开发过程中,所使用的大部分的快捷键,有助于提高开发人员的开发效率。

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

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

    IntelliJ IDEA快捷键 中文版

    本篇文章将详细介绍IntelliJ IDEA官方默认快捷键的中文翻译版,这些快捷键可以极大提升开发效率。 基础操作快捷键: - Ctrl+Space:基本代码自动补全。 - Ctrl+Shift+Space:调用上下文相关的补全。 - Ctrl+Shift+...

    Intellij IDEA 快捷键整理

    Intellij IDEA 快捷键整理:里面包含了IDEA开发过程中,所使用的大部分的快捷键,有助于提高开发人员的开发效率.zip

    IntelliJ IDEA快捷键及颜色配置

    IntelliJ IDEA快捷键及颜色配置, 下载后直接导入即可

    IntelliJ IDEA快捷键(全)

    -------------------------------2018/2/20----------...IntelliJ IDEA默认快捷键的整理 进行了一定程度的分类(Ctrl;Alt;Shift;Ctrl+Alt;Ctrl+Shift;Alt+Shift;Ctrl+Alt+Shift;其他) 方便大家熟悉IDEA的基础操作

    intellij idea快捷键操作

    IntelliJ IDEA快捷键操作大全 IntelliJ IDEA是一款功能强大的集成开发环境(IDE),它提供了许多实用的快捷键,可以大大提高开发效率。下面是IntelliJ IDEA中一些常用的快捷键操作: 一、导航类快捷键 * Ctrl+E:...

    intellij idea快捷键大全

    ### IntelliJ IDEA 快捷键大全 #### 一、概述 IntelliJ IDEA 是一款非常流行的 Java 开发工具,它提供了丰富的功能以及强大的编辑器支持,极大地提升了开发效率。本文将详细介绍 IntelliJ IDEA 中的各种快捷键,...

Global site tag (gtag.js) - Google Analytics