High frequency use shortcut keys for IntelliJ IDEA

2016-06-30

查看调用链

Shift + Command + H

查看类继承结构

Control + Option + H

查看类结构

Control + H

查看类的方法大纲视图

Command + 7

查看类的结构的pop

fn + Command + F12

改名

Shift + F6

查看更多信息

Control + j     

Live Template

设置项 含义
sout System.out.println();
psvm public static void main();
fori for(int i=0;i<;i++)
psfs public static final String
psfi public static final int
psf public static final
Iter for(SysUserVO sysUserVO:arrayList)

Debug

设置项 含义
F7 单步进入
F8 单步跳过
F9 跳过本次debug
alt + F8 debug时执行选中的语句
shift + Command + up/down 将当前代码段上/下移
shift + Command + up/down 将当前行上/下移

Reference

Intellij IDEA 一些不为人知的技巧

Comments
Write a Comment