编辑器
编辑器我用Visual Studio Code。
推荐几篇VSCode使用和配置的文章,其他遇到什么问题,请自行Google
- https://i5ting.github.io/vsc/
- https://segmentfault.com/a/1190000006697219
- http://www.jianshu.com/p/69d5d4bdd6e3
- https://github.com/varHarrie/Dawn-Blossoms/issues/10
工欲善其事必先利其器!好用的编辑器和插件能大大提升开发效率, 节省大量时间, 所以建议大家自己多搜一些资料,看看有什么好用的插件。 总之, 如果你在开发过程中, 有些什么操作是需要重复做然后又没什么技术含量,很浪费时间的, 那很可能就有插件或者编辑器本身就支持快捷键,你就应该好好google一下了。 如果实在找不到好用的插件,也可以考虑自己写一个。
我自己在用的插件:
- Vim, 习惯了vim,所有编辑器、IDE等,不支持Vim的我都不会用。
- vscode-icons
- ESLint
- vscode-styled-components
- Auto Close Tag
- Auto Rename Tag
- React Standard Style code snippets
- Reactjs code snippets
- ...