赞
踩
(1)ctrl + y :删除光标所在行代码。
(2)sout + 回车 :快速输入System.out.println();
(3)psvm + 回车 :快速输入 public static void main (String[] args){}
ctrl + / 注释或者取消注释(单行)
ctrl + shift + / 注释或者取消注释(多行)
/** 回车,这样会自动生成javadoc注释
隐藏或展示IDEA的视图窗口
alt + 1 是Project窗口
alt + 4 是Run窗口
alt + 5 是Debug窗口
ctrl + shift + F10
ctrl + shift + F12
alt + 右/左方向键
alt + insert
退出的统一快捷键:esc
在类体的任意位置:alt + insert,选中你要生成的
constructor:生成构造方法
setter and getter:生成set和get方法
toString:生成toString方法
equals:生成equals方法
ctrl + o
alt + 回车
ctrl + alt + L
fori
ifn
ctrl + d
按住alt键,别松手,光标往下拉
ctrl + z 撤销
ctrl + shift + z 重做(解决掉搜狗的快捷键冲突)
敲两次shift,输入你要搜索的资源。
ctrl + F12
ctrl + alt + o
ctrl + p
ctrl + alt + v
ctrl + s 是不需要的。
ctrl + r
ctrl + shift + r
ctrl + alt + 左/右方向
ctrl + alt + s
ctrl + alt + b
按住ctrl键不松手,然后鼠标移动到要查看的元素下面,单击。
ctrl + h
ctrl + alt + h
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。