vscode
15 Mar 2020鉴于vscode使用越来越多,还是给他单独一个post的地位,我目前用的版本是1.36.1,新版本用了一阵子感觉不好用,降回去了。
禁止升级
Ctrl+,» user 然后设置
"update.mode": "none"
为项目选择不同配色
Ctrl+,» workspace 然后设置
"workbench.colorTheme": "Quiet Light"
如果经常需要切换,比如在室外常常需要切换到light theme,可以安装Theme Switcher这个插件,Ctrl+Alt+T快速切换。
定义快捷键
在 file » preference » keyboard shortcuts 下可以为所有command定义快捷键
git 历史
最新版本vscode有自带git history功能,不过我用的1.36版上没有,需要安装插件git history, 新版本上vscode自带了timeline,但是只能显示单个文件的history,并不如插件好用。
git history有一个问题,每次启动vscode后,不能立刻用,要等一会,否则会出现插件错误。
粘贴图片
使用paste image插件,并再配置文件中增加
"pasteImage.path": "${projectRoot}/public/images"
i18n
对i18n提供支持的一个插件 i18n ally,可以自动调用google翻译,不过默认是google.com,没找到配置,只能改源码改成google.cn。另外不知道如何禁用inline显示。但总是还是好用的。