VScode常用插件

  • Annotator
    查看git提交记录
  • Code Outline
    展示代码结构树
  • Git Blame
    在状态栏显示当前行的Git信息
  • GitLens
    显示文件最近的commit和作者,显示当前行commit信息

  • Git History(git log)
    查看git log

  • HTML CSS Support
    css提示(支持vue)

  • Guides
    高亮缩进基准线

  • Prettify JSON
    格式化JSON
  • Prettier - Code formatter
    代码格式化
  • SCSS IntelliSense
    scss智能提示

  • TSLint
    TSLint

  • TypeScript Importer
    TypeScript Importer
  • vscode-icons
    图标
  • GitLens
    vscode插件,展示git信息

你可能感兴趣的:(VScode常用插件)