Six time-saving plug-ins for developing projects with Visual Studio Code.

1. vscode-icon

Different ICONS are displayed for different files, facilitating quick identification of file types.

2. Color Highlight

Color markings.

3. Auto Rename Tag

HTML/XML tag changes, will be changed in pairs ~

4. Live Server

Starting local services, like hot loading in WebPack, is great for writing template pages.

5. Code Spell Checker

Check spelling and support the hump.

6. Rainbow Brackets

It is very helpful for you to write nested block statements

Such as:

function text () {
  return {
    name: {
      hello: {
        age: 1}}}}Copy the code

【 the 】 ✅

Well, we can save some time to fish again