标签:shm tab www 方式 内容 shift 比较 arc tps
shift + tab : 选中的整体左移
tab : 选中的整体右移
ctrl + alt + v : 补全new hashMap(); 自动生成变量
shift + F6 : 重命名
ctrl + shift + F7 : 选中的全部高亮,包括出现的也高亮
alt + F7 :可以帮你找到变量或者方法或者类所有引用到的地方(使用非常频繁的一个快捷方式)
ctrl + N : 跳到类
ctrl + shift + N : 查找文件
ctrl + E : 最近浏览的文件
ctrl + shift + F : 当前项目查找包含特定内容的文件
alt + ctrl + L : 格式化代码
这里有一篇文章,比较好的介绍了使用的快捷方式:http://www.blogjava.net/rockblue1988/archive/2014/10/24/418994.html
标签:shm tab www 方式 内容 shift 比较 arc tps
原文地址:http://www.cnblogs.com/Girlir/p/7997597.html