VS Code是个好编辑器

自带特性

Emmet

自带Emmet插件,可用来提速html编写。

Format Document

按下F1,输入Format Document即可格式化文档。
格式化配置来自.editorconfig文件。

Auto Save

自动保存,可让你减少按command+s(ctrl+s)的次数。
可在Preference->Settings里找到files.autoSave选项。
个人推荐配置onWindowChange

git管理

Terminal

插件

  • Git History
  • Git Lens
  • Babel ES6/ES7
  • ESLint
  • EditorConfig for Visual Studio Code

在线编辑器

可在线引入npm包,在线进行webpack打包,棒极了。
webpackbin
codesandbox

你可能感兴趣的:(VS Code是个好编辑器)