第二十二天
显示编码建议,比如引用,提取函数:show code actions:command + .
trigger parameter hints:shift+command+space(参数提示,调用函数时移动光标后提醒消失,可以使用该命令重新 toast 提示
trigger suggestion:command + i(自动联想,eg:co → const
移动行:option + up/down
增加行:command + enter(同 vim o) / command + shift + enter(同 vim O)
删除光标前单词:option + delete / option + ctrl + delete
跳转到错误处:f8
选择所有出现的当前单词:command + f2(ctrl + [ 退出