前言
工欲善其事,必先利其器。IDEA作为当今最流行的IDE之一,有很多快捷键和配置可以帮助我们更好地开发。本文记录一下自己常用的一些快捷键和配置,备忘。
快捷键
查看快捷键
1、菜单栏,IntelliJ IDEA,Preferences…。
2、Keymap,Main menu,Refactor,Extract,Introduce Variable…。
自动补全函数返回值
windows: ctrl+alt+V,回车
macos: option+command+V,回车
函数跳转
command+单击,command+],command+[
代码格式化
macos: option+command+L