webstorm常用插件集合(2020)
不过毕竟现在已经 2020 年了,常用的插件已经发生了一些变化,重新整理一下。
一、必装
这一部分是建议一定要装的插件,对开发体验或工作效率有较大提升的插件。
Material Theme UI
如果没有这个插件,webstorm 怕是会被很多人丑拒,用上之后配色还是很不错的,默认内置了多种配色,Preferences/Settings -> Appearance -> Material Theme 中可以进行切换。
GitToolBox
官方描述是:
Extends Git Integration with additional features
Status display, auto fetch, inline blame annotation, commit dialog completion, behind notifications and more…
其实就是给 ide
扩展了一下 git
相关的功能,比如会自动帮你 fetch
最新的代码(我之前都是两下 shift,然后输入 fetch 查找到对应的命令然后回车,麻烦),单行代码后面显示提交信息等等。
.env
装上之后,可以让
ide
支持对.env
文件的语法高亮,代码提示等等。Features
Environment variables completion for PHP, JavaScript, Python, Go and Ruby languages based on .env, Dockerfile and docker-compose.yml files.
Go to declaration(in .env file) and usages(in code), by Ctrl(Cmd)+click or hot key(Ctrl(Cmd)-B, etc.)
.env file syntax highlighter
Git Commit Template
用来很方便的格式化 git 提交的插件。
没有规范化 git 提交格式之前,都是直接用 webstorm 的 git gui 来提交,有规范要求之后,用命令行工具来规范化 git 提交,但是命令行 git add 部分文件不太方便,用这个插件就美滋滋了。
git
提交规范可以参考:使用 commitizen 优化 git 提交
cmd + k
唤出提交弹窗:
Atom Material Icons
可以美化很多好看的图标