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 + alt +B 查找接口的实现类

原文地址:https://www.cnblogs.com/weixiaotao/p/10392751.html