IntelliJ IDEA快捷键总结
原文: IntelliJ IDEA快捷键
下面只列出Windows系统下的快捷键,Mac下的快捷键参考上面的链接。
Remember these Shortcuts
| 功能 | 快捷键 |
|---|---|
| Smart code completion | Ctrl + Shift + Space |
| Search everywhere | Double Shift |
| Show intention actions and quick-fixes | Alt + Enter |
| Generate code | Alt + Ins |
| Parameter info | Ctrl + P |
| Extend selection | Ctrl + W |
| Shrink selection | Ctrl + Shift + W |
| Recent files popup | Ctrl + E |
| Rename | Shift + F6 |
General
| 功能 | 快捷键 |
|---|---|
| Open corresponding tool window | Alt + #[0-9] |
| Save all | Ctrl + S |
| Synchronize | Ctrl + Alt + Y |
| Toggle maximizing editor | Ctrl + Shift + F12 |
| Inspect current file with current profile | Alt + Shift + I |
| Quick switch current scheme | Ctrl + BackQuote (`) |
| Open Settings dialog | Ctrl + Alt + S |
| Open Project Structure dialog | Ctrl + Alt + Shift + S |
| Find Action | Ctrl + Shift + A |
Debugging
| 功能 | 快捷键 |
|---|---|
| Step over / into | F8 / F7 |
| Smart step into / Step out | Shift + F7 / Shift + F8 |
| Run to cursor | Alt + F9 |
| Evaluate expression | Alt + F8 |
| Resume program | F9 |
| Toggle breakpoint | Ctrl + F8 |
| View breakpoints | Ctrl + Shift + F8 |
Search / Replace
| 功能 | 快捷键 |
|---|---|
| Search everywhere | Double Shift |
| Find | Ctrl + F |
| Find next / previous | F3 / Shift + F3 |
| Replace | Ctrl + R |
| Find in path | Ctrl + Shift + F |
| Replace in path | Ctrl + Shift + R |
| Select next occurrence | Alt + J |
| Select all occurrences | Ctrl + Alt + Shift + J |
| Unselect occurrence | Alt + Shift + J |
Editing
| 功能 | 快捷键 |
|---|---|
| Basic code completion | Ctrl + Space |
| Smart code completion | Ctrl + Shift + Space |
| Complete statement | Ctrl + Shift + Enter |
| Parameter info (within method call arguments) | Ctrl + P |
| Quick documentation lookup | Ctrl + Q |
| External Doc | Shift + F1 |
| Brief Info | Ctrl + mouse |
| Show descriptions of error at caret | Ctrl + F1 |
| Generate code... | Alt + Insert |
| Override methods | Ctrl + O |
| Implement methods | Ctrl + I |
| Surround with… | Ctrl + Alt + T |
| Comment / uncomment with line comment | Ctrl + / |
| Comment / uncomment with block comment | Ctrl + Shift + / |
| Extend selection | Ctrl + W |
| Shrink selection | Ctrl + Shift + W |
| Context info | Alt + Q |
| Show intention actions and quick-fixes | Alt + Enter |
| Reformat code | Ctrl + Alt + L |
| Optimize imports | Ctrl + Alt + O |
| Auto-indent line(s) | Ctrl + Alt + I |
| Indent / unindent selected lines Tab / | Shift + Tab |
| Cut current line to clipboard | Ctrl + X , Shift + Delete |
| Copy current line to clipboard | Ctrl + C , Ctrl + Insert |
| Paste from clipboard | Ctrl + V , Shift + Insert |
| Paste from recent buffers... | Ctrl + Shift + V |
| Duplicate current line | Ctrl + D |
| Delete line at caret | Ctrl + Y |
| Smart line join | Ctrl + Shift + J |
| Smart line split | Ctrl + Enter |
| Start new line | Shift + Enter |
| Indent / unindent selected lines Tab / | Shift + Tab |
| Cut current line to clipboard | Ctrl + X , Shift + Delete |
| Copy current line to clipboard | Ctrl + C , Ctrl + Insert |
| Paste from clipboard | Ctrl + V , Shift + Insert |
| Paste from recent buffers | Ctrl + Shift + V |
| Duplicate current line | Ctrl + D |
| Delete line at caret | Ctrl + Y |
| Smart line join | Ctrl + Shift + J |
| Smart line split | Ctrl + Enter |
| Start new line | Shift + Enter |
Refactoring
| 功能 | 快捷键 |
|---|---|
| Copy | F5 |
| Move | F6 |
| Safe Delete | Alt + Delete |
| Rename | Shift + F6 |
| Refactor this | Ctrl + Alt + Shift + T |
| Change Signature | Ctrl + F6 |
| Inline | Ctrl + Alt + N |
| Extract Method | Ctrl + Alt + M |
| Extract Variable | Ctrl + Alt + V |
| Extract Field | Ctrl + Alt + F |
| Extract Constant | Ctrl + Alt + C |
| Extract Parameter | Ctrl + Alt + P |
Navigation
| 功能 | 快捷键 |
|---|---|
| Go to class | Ctrl + N |
| Go to file | Ctrl + Shift + N |
| Go to symbol | Ctrl + Alt + Shift + N |
| Go to next / previous editor tab | Alt + Right/Left |
| Go back to previous tool window | F12 |
| Go to editor (from tool window) | Esc |
| Hide active or last active window | Shift + Esc |
| Go to line | Ctrl + G |
| Recent files popup | Ctrl + E |
| Navigate back / forward | Ctrl + Alt + Left/Right |
| Navigate to last edit location | Ctrl + Shift + Backspace |
| Select current file or symbol in any view | Alt + F1 |
| Go to declaration | Ctrl + B , Ctrl + Click |
| Go to implementation(s) | Ctrl + Alt + B |
| Open quick definition lookup | Ctrl + Shift + I |
| Go to type declaration | Ctrl + Shift + B |
| Go to super-method / super-class | Ctrl + U |
| Go to previous / next method | Alt + Up/Down |
| Move to code block end / start | Ctrl + ]/[ |
| File structure popup | Ctrl + F12 |
| Type hierarchy | Ctrl + H |
| Method hierarchy | Ctrl + Shift + H |
| Call hierarchy | Ctrl + Alt + H |
| Next / previous highlighted error | F2 / Shift + F2 |
| Edit source / View source | F4 / Ctrl + Enter |
| Show navigation bar | Alt + Home |
| Toggle bookmark | F11 |
| Toggle bookmark with mnemonic | Ctrl + F11 |
| Go to numbered bookmark | Ctrl + #[0-9] |
| Show bookmarks | Shift + F11 |
Compile and Run
| 功能 | 快捷键 |
|---|---|
| Make project | Ctrl + F9 |
| Compile selected file, package or module | Ctrl + Shift + F9 |
| Select configuration and run / debug | Alt + Shift + F10/F9 |
| Run / Debug | Shift + F10 / F9 |
| Run context configuration from editor | Ctrl + Shift + F10 |
Usage Search
| 功能 | 快捷键 |
|---|---|
| Find usages / Find usages in file | Alt + F7 / Ctrl + F7 |
| Highlight usages in file | Ctrl + Shift + F7 |
| Show usages | Ctrl + Alt + F7 |
VCS / Local History
| 功能 | 快捷键 |
|---|---|
| Commit project to VCS | Ctrl + K |
| Update project from VCS | Ctrl + T |
| Push commits | Ctrl + Shift + K |
| ‘VCS’ quick popup | Alt + BackQuote (`) |
Live Templates
| 功能 | 快捷键 |
|---|---|
| Surround with Live Template | Ctrl + Alt + J |
| Insert Live Template | Ctrl + J |
IntelliJ IDEA快捷键总结的更多相关文章
- Intellij IDEA 快捷键整理
CSDN 2016博客之星评选结果公布 [系列直播]算法与游戏实战技术 "我的2016"主题征文活动 Intellij IDEA 快捷键整理(TonyCody) ...
- IntelliJ IDEA 快捷键大全
IntelliJ IDEA 快捷键大全 (2012-03-27 20:33:44) 转载▼ 标签: ide intellij快捷键 杂谈 分类: IDE工具 最近刚接触IntelliJ这个工具,用了几 ...
- 十大Intellij IDEA快捷键
转载:http://blog.csdn.net/dc_726/article/details/42784275 Intellij IDEA中有很多快捷键让人爱不释手,stackoverflow上也有一 ...
- 十大Intellij IDEA快捷键(转)(2015年06月15日)
注:本文转自:http://blog.csdn.net/dc_726/article/details/42784275 Intellij IDEA中有很多快捷键让人爱不释手,stackoverflow ...
- Eclipse和intellij idea 快捷键对比
Eclipse和intellij idea 快捷键对比
- IntelliJ常用快捷键及配置
IntelliJ常用快捷键及配置 目录: 1.常用快捷键: 2.常用配置: 1.常用快捷键: (1)psvm:创建main函数 (2)fori:for (int i = 0; i < ; i++ ...
- Intellij IDEA快捷键大全汇总(2019更新)
Intellij IDEA快捷键大全汇总(2019) Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键 Alt+回车 导入包,自动修正 Ctrl+N 查找类 ...
- Intellij IDEA快捷键与使用技巧一览表
Intellij IDEA快捷键 Ctrl+Shift + Enter,语句完成 "!",否定完成,输入表达式时按 "!"键 Ctrl+E,最近的文件 Ctrl ...
- 问题记录 | VScode中使用IntelliJ的快捷键
问题记录 | VScode中使用IntelliJ的快捷键 主要想用ctrl+alt+l格式化Python代码 安装VScode的插件:IntelliJ IDEA Keybindings 安装方法: I ...
随机推荐
- vue: WebStorm设置快速编译运行
WebSorm是一款优秀的前端开发工具,而Vue项目可以使用Node进行编译运行,平常我们可以通过命令行部署项目进行调试. 本文介绍设置Webstorm进行快速部署Vue项目. 第一步 点击启动快捷按 ...
- NSAssert和NSParameterAssert
2016.05.05 18:34* 字数 861 阅读 5127评论 0喜欢 17 https://www.jianshu.com/p/3072e174554f NSAssert和NSParamete ...
- 多线程系列之四:Guarded Suspension 模式
一,什么是Guarded Suspension模式如果执行现在的处理会造成问题,就让执行处理的线程等待.这种模式通过让线程等待来保证实例的安全性 二,实现一个简单的线程间通信的例子 一个线程(Clie ...
- js压箱底的宝贝
框架的确好用, 不过他们也隐藏了JavaScript中丑陋的细节和DOM的运作机制. 如果你的目标是敢于自称"我懂JavaScript", 那么花时间学习框架无异于南辕北辙. 下面 ...
- fork分支与源分支同步代码
最进软件工程课程要团队开发做个网站项目,于是我在团队里推了使用github这种网站来协同开发,但是出现了个问题:fork后的代码无法 与源分支代码同步,导致fork分支的代码只有自己写的那部分,而不是 ...
- flutter图片铺满父框
正常我们需要显示一张图片,会用到Image这个控件. 打个比方,我们加载一张本地的图片, 先看一下这个Image.asset的源码: Image.asset(String name, { Key ke ...
- python(Django之组合搜索、JSONP、XSS过滤 )
一.组合搜索 二.jsonp 三.xss过滤 一.组合搜索 首先,我们在做一个门户网站的时候,前端肯定是要进行搜索的,但是如果搜索的类型比较多的话,怎么做才能一目了然的,这样就引出了组合搜索的这个案例 ...
- LR运行负载测试场景-笔记
控制虚拟用户的行为:通用如图方式 查看用户的运行信息 在控制器释放前释放集合点用户 记录运行时注释---scenario-execution notes Vuser 对话框:初始化.运行.停止运行用户 ...
- SpringBoot之整合Mybatis范例
依赖包: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http:/ ...
- 简单触发器实例insert
create or replace trigger tr_tb_if_archivesafter inserton tb_if_archivesfor each rowdeclarepragma au ...