Jetbrains Idea Config
通用设置
针对IntelliJ IDEA, WebStorm, PhpStorm等均有效
设置光标不允许在行结尾以外
Preferences - IDE Settings - Editor - Allow placement of create after end of line
安装vim插件
Preferences - Plugins - Install JetBrains plugin - IdeaVim
IntelliJ IDEA
在Intellij idea下安装IdeaVim插件后,关闭当前tab无法使用
command + w
快捷键,只能使用command + F4
,需要更改Keymap
Preferences - Keymap - Main menu - Window - Editor Tabs - Close
快捷键
control + enter
generate 代码自动生成alt + F7
查找被引用