常用的vscode插件

Beautify

  • Beautify javascript, JSON, CSS, Sass, and HTML in Visual Studio Code.

ESLint

  • The extension uses the ESLint library installed in the opened workspace folder. If the folder doesn’t provide one the extension looks for a global install version. If you haven’t installed ESLint either locally or globally do so by running npm install eslint in the workspace folder for a local install or npm install -g eslint for a global install.

GitLens — Git supercharged

  • GitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more.

HTML Snippets

  • This extension adds rich language support for the HTML Markup to VS Code, including:
  • Full HTML5 Tags
  • Colorization
  • Snippets
  • [partially implemented] Quick Info
  • description mentions if tag deprecated

JavaScript (ES6) code snippets

  • This extension contains code snippets for JavaScript in ES6 syntax for Vs Code editor (supports both JavaScript and TypeScript).

REST Client

  • REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.

Vetur

  • Vue tooling for VS Code.

Vue 2 Snippets

  • 这个插件基于最新的 Vue 2 的 API 添加了Code Snippets。

常用的vscode插件
http://example.com/20200811-vscode/
作者
csorz
发布于
2020年8月11日
许可协议