Visual Studio Code front-end web siege lion - standing plug-in

Visual Studio Code web siege lion-Standing plug-in


Lite version: These are enough☟


**Development is much easierε≡٩(๑>₃<)۶ Focus on learning**

Multifunctional version☟

  • Click the expand button in the left column (Ctrl+Shift+X)
    and search for the following

  1. Chinese (Simplified) Language Pack for Visual Studio Code
    Simplified Chinese Language Pack

  2. Prettier - Code formatter
    is the strongest formatter and does not accept refutation (uninstall JS-CSS-HTMLFormatter in the app store to avoid automatic formatting when saving)

  3. HTML Snippetsode Runner
    code compiles and runs to see the results, supporting many languages

  4. GitLens
    rich git log plug-in

  5. vetur vue
    syntax highlighting, intelligent sensing, Emmet, etc.

  6. HTML CSS Support
    allows writing class on the html tag to intelligently prompt the styles supported by the current project. The new version already supports scss file retrieval, which is also one of the must-have plug-ins.

  7. Auto Close Tag
    matches the tag and closes the corresponding tag. Very practical [HTML/XML]

  8. Auto Rename Tag
    modifies html tags and automatically helps you complete the synchronous modification of the closing tag at the end.

  9. Path Intellisense
    path intelligent prompts

  10. JavaScript (ES6) code snippets
    This plugin provides ES6 syntax support for JavaScript, TypeScript, HTML, React and Vue.

  11. Live Server
    browser refreshes in real time. Right click "Open With Live Server" to open

  12. open in browser
    View html files from the browser, using the system's current default browser

  13. Bracket Pair Colorizer
    allows brackets to have independent colors for easy differentiation. Can be used with any theme.

  14. ESLint
    ESLint code detection and verification

  15. vscode-icon
    adds icons to the vscode resource tree directory, a must-have product!

  16. Debugger for Chrome
    allows vscode to map the debug function of chrome. Static pages can be debugged using vscode for breakpoints. It’s really 666~

  17. IntelliSense for CSS class names in HTML
    intelligently prompts names in css files in the project in html


  18. Intelligent completion of minapp WeChat applet tags and attributes (also supports native applet, mpvue and wepy frameworks, and provides snippets)

  19. CSS Peek
    traces to the place where the CSS class is defined in the style sheet.
    Ctrl + left mouse button click on the class or right mouse button "Jump to definition (F12)"

  20. Manta's Stylus SupremacyFormat
    stylus

  21. jQuery Code Snippets
    jquery Essentials for Severe Patients

  22. Class autocomplete for HTML For
    friends who write HTML code, one of the main manifestations of HTML code is repetition. If you type it by hand, it will not only be tiring but also affect the progress of the project. This autocomplete plug-in is really great;

  23. JavaScript Snippet Pack
    is a plug-in for js that contains common syntax keywords of js, which is very practical;

  24. Path Autocomplete
    path intelligent completion

  25. beautify
    is a tool for formatting code. It can format JSON|JS|HTML|CSS|SCSS, which is easier to use than built-in formatting.

  26. HTMLHint
    html code detection

  27. VSCode Great IconsAnother
    resource tree directory icon

  28. colorize
    will add a background to the color code that currently matches the color of the code, which is very nice

  29. Color Info
    provides you with information about using colors in CSS. You can preview the color model (HEX, RGB, HSL and CMYK) related information in the color block by simply hovering the cursor over the color.

  30. The comment template at the top of vscode-fileheader
    can define author, time and other information, and will automatically update the last modification time

  31. Document This
    js comment template (note: the new version of vscode has native support, enter /** tab on the function)

  32. filesize
    displays the current file size in the status bar at the bottom. After clicking, you can also see the detailed creation and modification time.

  33. Bootstrap 3 Sinnpet
    commonly used bootstrap can be downloaded

  34. VueHelper
    vue code tips

  35. Bookmarks,
    a bookmark tool, is still necessary

  36. tortoise-svn
    SVN integrated plug-in


Reference chain (✪ω✪)

Guess you like

Origin blog.csdn.net/u010100877/article/details/108917730