3.idea
作者:互联网
1.常用快捷键
alt + 7 查看方法的结构
ctrl + alt + v 自动生成方法的返回类型,类似eclipse中的ctrl + enter
ctrl + shift + v 调取最近的粘贴板ctrl + shift + n 查找文件
ctrl + shift + r 查找内容,类似linux中grep 全局搜素某个字符串在项目中出现的地方
alt + insert 快速插入代码:gettter setter
alt + f7 查看方法调用的地方
标签:查看,ctrl,粘贴板,shift,idea,alt,方法 来源: https://www.cnblogs.com/weixiaotao/p/10392751.html