Share some commonly used plug-ins for VSCode development
This article will introduce and share with you some VSCode necessary common plug-ins for development. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
Related recommendations: "vscode tutorial"
Visual Studio Code essential common plug-ins
Red is highly recommended, not to be missed o(∩_∩)o
##Chinese (Simplified) Language Pack for Visual Studio Code Simplified Chinese Package
##Prettier - Code formatter The strongest format , no rebuttal will be accepted (uninstall JS-CSS-HTML Formatter
in the app store to avoid automatic formatting when saving)HTML Snippets Super practical and basic H5 code snippets and tips
Code Runner Compile and run the code to see the results, supporting many languages
GitLens Rich git log plug-in
vetur vue syntax highlighting, IntelliSense, Emmet, etc.
HTML CSS Support Let the html tag write class 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
Auto Close Tag Match the tag and close the corresponding Label. Very practical【HTML/XML】
Auto Rename Tag Modify the html tag and automatically help you complete the synchronization of the closing tag at the end Modify
Path Intellisense Path Intellisense
JavaScript (ES6) code snippets This plugin provides ES6 syntax support for JavaScript, TypeScript, HTML, React and Vue.
Live Server The browser refreshes in real time. Right-click "Open With Live Server" to open
open in browser View the html file from the browser, using the system's current Default Browser
Bracket Pair Colorizer Let brackets have independent colors for easy differentiation. Can be used with any theme.
ESLint ESLint code detection and verification
vscode-icon Add icons to the vscode resource tree directory, a must-have product!
Debugger for Chrome Let vscode map the debug function of chrome. Static pages can use vscode to break point debugging. True 666~
IntelliSense for CSS class names in HTML Intelligently prompt the names in the css file in the project in html
minapp Intelligent completion of WeChat applet tags and attributes (also supports native applet, mpvue and wepy frameworks, And provide snippets)
CSS Peek Trace to the place where the CSS class is defined in the style sheet ctrl left mouse button Click class or right-click "Jump to definition (F12)"
Manta's Stylus Supremacy Format stylus
- jQuery Code Snippets
jquery essentials for severe patients
##Class autocomplete for HTML 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 auto-complete plug-in is really great;
JavaScript Snippet Pack-
Plug-in for js, including common syntax keywords of js, very practical;
##Path Autocomplete - Intelligent path completion
beautify - A tool for formatting code, which can format JSON|JS|HTML|CSS|SCSS, Easier to use than built-in formatting
HTMLHint - html code detection
##VSCode Great Icons Another resource tree directory icon
colorize will add a background to the current matching code color to the color code, very goodColor Info
Provides information about the colors you use in CSS. You can preview the color model (HEX, RGB, HSL and CMYK) information in the color block by simply hovering the cursor over the color.vscode-fileheader
The top comment template can define the author, time and other information, and will automatically update the last modification timeDocument This
js comment template (note: the new version of vscode has native support, enter /** tab on the function)filesize
The current file size is displayed in the status bar at the bottom. After clicking, you can also see the detailed creation and modification timeBootstrap 3 Sinnpet
Those who commonly use bootstrap can downloadVueHelper
vue code tipsBookmarks
A bookmark tool is still necessarytortoise-svn
SVN integrated plug-in
Recommended Theme
Note: File-Preferences-Color Theme Set the switch
Dracula Theme
One Dark Pro
monoka
For more programming related knowledge, please visit : Introduction to Programming! !
The above is the detailed content of Share some commonly used plug-ins for VSCode development. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

How to define header files using Visual Studio Code? Create a header file and declare symbols in the header file using the .h or .hpp suffix name (such as classes, functions, variables) Compile the program using the #include directive to include the header file in the source file. The header file will be included and the declared symbols are available.

VS Code system requirements: Operating system: Windows 10 and above, macOS 10.12 and above, Linux distribution processor: minimum 1.6 GHz, recommended 2.0 GHz and above memory: minimum 512 MB, recommended 4 GB and above storage space: minimum 250 MB, recommended 1 GB and above other requirements: stable network connection, Xorg/Wayland (Linux)

How to solve the problem that Chinese comments in Visual Studio Code become question marks: Check the file encoding and make sure it is "UTF-8 without BOM". Change the font to a font that supports Chinese characters, such as "Song Style" or "Microsoft Yahei". Reinstall the font. Enable Unicode support. Upgrade VSCode, restart the computer, and recreate the source file.

Visual Studio Code (VSCode) is a cross-platform, open source and free code editor developed by Microsoft. It is known for its lightweight, scalability and support for a wide range of programming languages. To install VSCode, please visit the official website to download and run the installer. When using VSCode, you can create new projects, edit code, debug code, navigate projects, expand VSCode, and manage settings. VSCode is available for Windows, macOS, and Linux, supports multiple programming languages and provides various extensions through Marketplace. Its advantages include lightweight, scalability, extensive language support, rich features and version

Common commands for VS Code terminals include: Clear the terminal screen (clear), list the current directory file (ls), change the current working directory (cd), print the current working directory path (pwd), create a new directory (mkdir), delete empty directory (rmdir), create a new file (touch) delete a file or directory (rm), copy a file or directory (cp), move or rename a file or directory (mv) display file content (cat) view file content and scroll (less) view file content only scroll down (more) display the first few lines of the file (head)

vscode built-in terminal is a development tool that allows running commands and scripts within the editor to simplify the development process. How to use vscode terminal: Open the terminal with the shortcut key (Ctrl/Cmd). Enter a command or run the script. Use hotkeys (such as Ctrl L to clear the terminal). Change the working directory (such as the cd command). Advanced features include debug mode, automatic code snippet completion, and interactive command history.

Writing code in Visual Studio Code (VSCode) is simple and easy to use. Just install VSCode, create a project, select a language, create a file, write code, save and run it. The advantages of VSCode include cross-platform, free and open source, powerful features, rich extensions, and lightweight and fast.

VS Code To switch Chinese mode: Open the settings interface (Windows/Linux: Ctrl, macOS: Cmd,) Search for "Editor: Language" settings Select "Chinese" in the drop-down menu Save settings and restart VS Code
