Idea 工具快捷合集

官方下载地址 https://www.jetbrains.com/idea/download/#section=windows

商业版 与 社区版,商业版具有更多的功能

快捷一、修改 terminal  

快捷二、快捷键 

1.显示代码层级关系

ctrl + H   

2.全局搜索

shift + shift

3.设置面板

ctrl+ alt + s

4.查看所有断点

ctrl + shift+ F8

5.取消类后 % 

ctrl + alt + F6

6.复制光标所在行

ctrl + c

7.注释选中内容 

ctrl + / 
ctrl + shift + /

8.当前文件中搜索

ctrl + F

9.指定范围搜索

ctrl + shift + F

10. 根据输入类名查询类文件

ctrl + N

11.查找变量/方法

ctrl + alt + shift + N

12.最近操作

ctrl + E

13. 弹出文件结构

ctrl + F12

14. 替换

ctrl + shift + R

15.上次/下次鼠标位置

ctrl +alt + 左右箭头

16.文件左右

alt + 左右箭头

17.切换窗口文件

ctrl + TAB

18. 显示可重写的方法

ctrl + o

19. 重命名

shift + F6

20. 当前项目设置

ctrl + shift + alt + s

21 光标移动到某行

ctrl  + G

  

原文地址:https://www.cnblogs.com/baizhuang/p/11943422.html