Front-end development vscode commonly used plug-ins, shortcut key records

1. Plug-ins

  1. Chinese Language Pack for VS Code
    can turn the software into Chinese

  2. Open in Browser
    as shown in the figure, you can open the file directly in the browser by right-clicking
    insert image description here

  3. Auto Rename Tag
    When you want to change the tag name, it will automatically change the paired tag name, no need to manually change it twice

2. Shortcut keys

  1. After creating a new html file, enter an English exclamation point, and then click Enter, vscode will automatically write the frame of the entire file
  2. alt+z Long paragraphs of text automatically wrap, often used after copying large paragraphs of text
  3. comment ctrl+/

Guess you like

Origin blog.csdn.net/qq_41544842/article/details/119981394