IDEA使用

1.ALT加上数字打开或者关闭不同的主件

IDEA使用

2.切换不同的项目

Ctrl + alt + ]
Ctrl + alt + [

3.打开最近的文件,显示修改过的文件

ctrl + e 最近打开的文件
(ctrl + e) + (ctrl + e )最近修改过的文件
IDEA使用

4.back、forward

IDEA使用

5、利用书签

5.1打上标签
f11
5.2打带数字的标签
ctrl + f11
5.3显示标签
Alt + 2打开Favorites组件
双击BookMarks显示书签
IDEA使用

6收藏文件和方法

6.1收藏方法
Shift + Alt + F
6.2查看收藏的方法
Alt + 2
IDEA使用

7.搜索类

ctrl + n ctrl + n 搜索所有的
ctrl + n
IDEA使用

8搜索文件

ctrl + shirt + n
ctrl + shirt + n ctrl + shirt + n 搜索所有的
IDEA使用

9、找方法

ctrl + alt + shirt + n
IDEA使用

10、搜索模板

ctrl + shrit + a
搜索live template

IDEA使用

11、postfix

name.filed
100.fori
user.return
user.nn

12 alt + enter

上次方法
生成带参数的方法
for循环代码优化
字符串format
创建接口实现类
单词
导包

13变量重命名

shirt + f6
方法加参数 alt + enter

14抽取

art + ctrl + v 方法变量
art + ctrl + c 常量
art + ctrl + f 成员变量
art + ctrl + p 把成员变量变成方法参数
art + ctrl + m 抽取方法

15.进入方法的实现

Ctrl + Alt + 鼠标左键

Ctrl + Alt + B