IDEA(Mac版)_常用快捷键_CodingPark
文章介绍
本文主要介绍一些常用IDEA(Mac版)快捷键
补全类信息(写右补左)
option + enter (显示意向动作和快速修复代码)
生成构造函数
Command + N , Control + Ente 生成代码(getter、setter、hashCode、equals、toString、构造函数等)
智能补全
Control + Shift + Space
显示方法参数信息
Command + P
方法抽取
Command + option + M
格式化代码
option + command + L
调出IDEA的神器(live template)
command + j
显示简要信息
Command + 鼠标放在代码上
更多信息
https://blog.****.net/love284969214/article/details/94405414