[VScode] Front-end essential plug-ins (full)

Base

Chinese (Simplified)

  • Chinese (Simplified) language pack for VS Code
    insert image description here

Auto Close Tag

  • Auto-close HTML/XML tags
    insert image description here

Auto Rename Tag

  • Automatically rename the paired HTML/XML tags to complete the synchronous modification of the tags on the other side

insert image description here

Path Intellisense

  • Automatically prompts the file path, supports various quick import files, and supports automatic completion
    insert image description here

Bracket Pair Colorizer

  • Add different colors to the brackets to distinguish different blocks
    insert image description here

JavaScript(ES6) code snippets

  • ES6 syntax intelligent prompts and fast input, in addition to js, ​​it also supports .ts, .jsx, .tsx, .html, .vue, eliminating the need to configure it to support various js code files
    insert image description here

HTML CSS Support

  • Let the html tag write class to intelligently prompt the styles supported by the current project
    insert image description here

beautify

  • format code tool
    insert image description here

Prettier - Code formatter

  • Code formatter using prettier

insert image description here

ESlint

  • JavaScript code detection, JavaScript code style detection, JavaScript code automatic formatting

insert image description here

Vue plugin

Winter

  • Vue multi-functional integration plugin, including: syntax highlighting, smart prompt, emmet, error prompt, formatting, auto-completion, debugger.

insert image description here

Vue 3 Snippets

  • Vue IntelliSense, Vue.js 3 and Vue.js 2 snippet extension

insert image description here

Vue VSCode Snippets

  • Code fragment references, such as input, vbaseautomatically create the code structure of the Vue file
    insert image description here

Vue Language Features (Volar)

  • Language support for Vue 3

insert image description here

React plugin

ES7+ React/Redux/React-Native snippets

  • Use ES7+ syntax in JS/TS. And extend React, React-native and Redux. customizable. Built-in integration with prettier.

insert image description here

Simple React Snippets

  • There are many built-in React fragments, for specific use cases, go to vscodes to view

insert image description here

ssh plugin

Remote - SSH

  • Use SSH to open any folder on a remote machine and take advantage of the full feature set of VS Code.

insert image description here

Remote - SSH: Editing Configuration Files

  • Edit the SSH configuration file

insert image description here

Git plugin

Gitlens: Prompt for commit records

  • Choose a file arbitrarily, which line of code you click with the mouse, you will be prompted who did what and when, and the author, version, and time will be directly displayed on the mouse hover prompt
    insert image description here

Git History: view git history

  • View git log, file history, compare branches or commits
    insert image description here

Git History Diff: Compare git history

  • View git history. View diffs for committed files. View git blame information. View storage details.

insert image description here

extension (optional)

Image Preview

  • Move the mouse to the path to display the image preview. For example, src is bound to an image address, and the image can be displayed by hovering over the path

insert image description here

jQuery Code Snippets

  • jQuery Code IntelliSenseinsert image description here

Guess you like

Origin blog.csdn.net/qq_45677671/article/details/125801091