idea使用技巧
一 自动导包
二 自动提示忽略大小写
三 常用快捷键
------------------------代码自动生成---------------------------------
alt + / 代码自动补全
alt + insert 快捷自动生成代码(get set toString等方法)
ctrl + shift + enter 自动补全代码结尾
ctrl + j 自动代码生成模板(如main方法,打印等)
------------------------------代码优化---------------------------------
alt + enter 导包或者修正已经导入的包
ctrl + alt + l 格式化代码
ctrl + alt + i 自动缩进(选中代码)
ctrl + e 显示最近更改的代码
ctrl + p 方法参数提示
ctrl + alt + t 选中代码把选择的代码方法if try等语句里面
------------------------------代码编辑---------------------------------
ctrl + y 删除行
ctrl + d 复制一行
ctrl + w 自动选中代码
ctrl + g 跳转到指定行
ctrl +shift+ w 反选代码
alt + 上下箭头 移动光标到上或下一个方法
------------------------------查找---------------------------------
ctrl + n 查找类
ctrl + G 跳转行
------------------------------其他---------------------------------
ctrl + shift + u 大小写切换
ctrl + / 单行注释
ctrl + shift + / 多行注释