IDEA教程及一些小知识点

IDEA教程及一些小知识点!

IntelliJ
IDEA使用教程 (总目录篇)

https://blog.csdn.net/qq_27093465/article/details/77449117

IntelliJ
IDEA使用教程(很全)

https://www.cnblogs.com/yjd_hycf_space/p/7483921.html

idea像sys直接输出一行等等的快捷编辑操作:File-Settings-Editor-Live
Templates-output

https://blog.csdn.net/qq_27093465/article/details/52691572

idea多文件tabs显示:Window-Editor
Tabs-Tabs Placement/Settings-Editor-General-Editor Tabs

https://blog.csdn.net/qq_27093465/article/details/52537364

idea一些快捷键:https://jingyan.baidu.com/article/29697b9163ac7dab20de3cbf.html

idea恢复关闭页面:Ctrl+E

idea搜索替换关键字:其中Ctrl+R是在本页替换,Ctrl+Shift+R是全局替换:Ctrl+R或Ctrl+Shift+R

idea按照文本的内容查找,其中Ctrl+F是在本页查找,Ctrl+Shift+F是全局查找:Ctrl+F或Ctrl+Shift+F

idea搜索任何东西(All):Shift+Shift

idea按名字搜索类(Calsses):Ctrl+N

idea按名字搜索文件(Files):Ctrl+Shift+N

idea查看类的继承关系,父类:Ctrl+H

idea查看子类方法实现:Ctrl+Alt+B或选择Ctrl+左键

idea查找类或方法在哪被使用:Alt+F7

Ctrl+Shift+U,大小写转化

Ctrl+Y,删除当前行

Ctrl+X,删除行

Ctrl+D,复制行

Ctrl+Z要撤消操作

Ctrl+Shift+Z要重做动作

Alt+left/right,切换代码视图

Alt+Up/Down,在方法间快速移动定位

你可能感兴趣的:(应用,idea,快捷键)