Eclipse的快捷键添加到idea中

添加自定义的快捷键.jar文件
File——>import settings。
在这里插入图片描述
导入.jar文件

在这里插入图片描述
点击ok

更换快捷键
在这点击ok里插入图片描述
在这里插入图片描述

仅供自己使用的快捷键。
1 如何查看源码 (class) ctrl + 选中指定的结构 或 ctrl + shift + t
2 万能解错/生成返回值变量 alt + enter
3 查看继承关系(type hierarchy) F4
4 提示方法参数类型(Parameter Info) ctrl+alt+/
5 大写转小写/小写转大写(toggle case) ctrl+shift+y
6 生成构造器/get/set/toString alt +shift + s
7 查看文档说明(quick documentation) F2
8 收起所有的方法(collapse all) alt + shift + c
9 打开所有方法(expand all) alt+shift+x
10 打开代码所在硬盘文件夹(show in explorer) ctrl+shift+x
11 生成try-catch等(surround with) alt+shift+z
12 局部变量抽取为成员变量(introduce field) alt+shift+f
13 查找文件 double Shift
14 查看类的继承结构图(Show UML Diagram) ctrl + shift + u
15 查看方法的多层重写结构(method hierarchy) ctrl+alt+h
16 添加到收藏(add to favorites) ctrl+alt+f
17 抽取方法(Extract Method) alt+shift+m
18 打开最近修改的文件(Recently Files) ctrl+E
19 快速搜索类中的错误(next highlighted error) ctrl + shift + q
20 选择要粘贴的内容(Show in Explorer) ctrl+shift+v
21 查找方法在哪里被调用(Call Hierarchy) ctrl+shift+h
~~

内容为b站尚硅谷的idea教学 个人笔记