Front-end development tools --vscode

A useful development tool is important for the development. After over HBuilder, sublime, webstorm, finally stabilized using VSCode.

As for history, and comparison with other editors, which is not explained. Use only your own point of view to be a summary record. (Summary is a good habit)

VSCode of plug-ins: Details can search for and open the plug-in to view

  1, Auto Close Tag  automatic closure tab

    

 

  2, auto-rename-tag v0.1.1 renamed automatically matching end tag

    

 
  3, auto import when used v1.5.3 installation package assembly methods, and introduced into the automatic discovery packet
    Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX.
    

 

  4, bracket-pair-colorizer v1.0.61 different highlight color matching brace
    

 

  5, code-runner v0.9.16 files and execute the code fragment
    Run code snippet or code file for multiple languages:  C, C++, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, F# (.NET Core), C# Script, C# (.NET Core), VBScript, TypeScript,     CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, and     custom command
    

 

  6, code-settings-sync v3.4.3 synchronization configuration editor, such as user configuration, plug configuration. You need to log GitHub
    

 

  7, color-highlight v2.3.0 highlight color
    

 

  8, compareit v0.0.2 comparison document
    

 

  9、minapp-vscode v2.2.2
    

 

  10, open-html-in-browser v2.1.2 open the HTML file in a browser
    

 

  11, prettier-vscode v3.20.0 multiple format formatted
    JavaScript · TypeScript · Flow · JSX · JSON 
    CSS · SCSS · Less 
    HTML · Vue · Angular 
    GraphQL · Markdown · YAML 
    

 

  12、prettify-json v0.0.3  格式化json
    

 

  13、react-snippets v0.1.2    React 代码片段
    

 

 

  14、vscode-typescript-tslint-plugin v1.2.3  语法检查

    

 

 

  15、vetur v0.23.0
 
    

 

 

  16、vscode-icons v10.0.0  图标
    

 

 

 
  17、wxml-vscode v0.1.2
    

 

 

  18、vscode-browser-preview v0.5.9  在编辑器内打开一个浏览器环境
    

 

 

 

Guess you like

Origin www.cnblogs.com/xguoz/p/12433528.html