Home>Article>Development Tools> [Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics
This article summarizes 23VSCodeplug-ins with various functions, which can help developers improve development efficiency and aesthetics. I hope it will be helpful to everyone!
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/6229e80dafb1a534.jpg)
VSCode(full name: Visual Studio Code) is a cross-platform free source code editor developed by Microsoft. The software supports syntax highlighting, automatic code completion, code reconstruction, and definition viewing functions, and has built-in command line tools andGitversion control system. Users can change themes and keyboard shortcuts to personalize settings, and can also install extensions through the built-in extension store to expand software functionality. [Recommended learning: "vscode Getting Started Tutorial"]
VSCodesupports many programming languages by default, includingJavaScript,TypeScript,CSSandHTML; you can also download extensions to supportPython,C/C,Javaand other languages includingGo.VSCodealso supports debuggingNode.jsprograms.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/ecfd931edfc67103df9cad515ab8b472-1.png)
VSCodeSupports opening multiple directories at the same time and saving information in the workspace for reuse. As a cross-platform editor,VSCodeallows users to change the code page, line breaks, and programming language of a file.
Windows
Open the VSCode official website and download directly Can.
Linux
Installing VSCode on the Linux platform is very slow. You can use the following method:
- Download VSCode from domestic sources
- Extract the compressed package and move it to the
usr/localdirectory:sudo mv VSCode-linux-x64 / usr/local/- Get running permissions:
sudo chmod x /usr/local/VSCode-linux-x64/code- Install VSCode(Note that only ordinary user permissions can be used here):
/usr/local/VSCode-linux-x64/code- Create a soft link:
sudo ln -s / usr/local/VSCode-linux-x64/code /usr/local/bin/vscode, then you can entervscodethrough the terminal at any location to start the software
CodeSnapYou can easily generate high-resolution, beautiful code pictures![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/af94aa38f86674c0db2c215b00a8d594-2.png)
The usage is very simple:
Use the command to adjust Codesnap Out
Copy the code to be part of the output
Save the image locally
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/af94aa38f86674c0db2c215b00a8d594-3.gif)
:emojisense:You can output emoticons for MarkDown documents or command lines to make programming more interesting![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/7c506ea95c068f2fbafb19d6526cff8c-4.png)
Just copy the tags you like in the Emoji collection. For example, below I added emoticons to the command line during the training process of the data set.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/7c506ea95c068f2fbafb19d6526cff8c-5.png)
MarqueeYou can transform the programming home screen to be more practical or beautiful. With this extension you can watch news reports, weather! Additionally, Marquee enables users to add items to a personal to-do list, as well as a scratch board for quick notes. Some small but useful plugin features.![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/7c506ea95c068f2fbafb19d6526cff8c-6.png)
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/901e2db8f35ddf24f9125468fa4a5435-7.png)
Material ThemeInstalled for VScode Different themes allow you to customize the look of the entire editor to your liking.![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/901e2db8f35ddf24f9125468fa4a5435-8.png)
The following is theFireFly Protheme that I personally use.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/901e2db8f35ddf24f9125468fa4a5435-9.png)
BookmarksAllows you to add bookmarks to code in your workspace for specific lines in different files.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/8cb163886326ec2fb2db5c0da95eb3a8-10.png)
Bracket Pair ColorizerAdd different colors to brackets for easy differentiation different blocks.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/8cb163886326ec2fb2db5c0da95eb3a8-11.png)
vscode-iconsReplace VSCode files with better-looking icons.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/71ba629cac3ce996f5be06c1f3f4c357-12.png)
Veturis the Vue project Provides syntax highlighting, intelligent sensing, etc.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/71ba629cac3ce996f5be06c1f3f4c357-13.png)
Auto Close TagAutomatically close HTML/XML tags.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/71ba629cac3ce996f5be06c1f3f4c357-14.png)
Auto Rename TagAutomatically rename HTML/XML tags.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/379d32ecb607f0dd170d76564d63ebda-15.png)
formate: CSS/LESS/SCSS formatterFormat CSS/LESS/SCSS to enhance readability.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/379d32ecb607f0dd170d76564d63ebda-16.png)
Live ServerLaunches live reloading functionality for static and dynamic pages Develop local server.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/379d32ecb607f0dd170d76564d63ebda-17.png)
Debugger for ChromeEmbed JS code debugging into the Chrome browser.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/379d32ecb607f0dd170d76564d63ebda-18.png)
C/CAdded language support for C/C to VSCode, including functions such as IntelliSense and Debugging.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/05ec74964bec76d70b4c9b4677fc1d38-19.png)
C IntellisenseAdds intelligent perception of C/C to VSCode.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/05ec74964bec76d70b4c9b4677fc1d38-20.png)
##CMake ToolsAdds CMake support and awareness to VSCode.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/d883ae6de3136246171995b03a781147-21.png)
PythonAdded for VSCode Python language support has been added, including functions such as IntelliSense and Debugging.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/d883ae6de3136246171995b03a781147-22.png)
JupyterAdded functional support for Jupyter Notebook to VSCode.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/d883ae6de3136246171995b03a781147-23.png)
Git GraphVisualize your Git submission process.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/4d23f51daa5ec4da67d2ca6719117fe5-24.png)
koroFileHeaderis used to format and generate file header comments and function comments.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/4d23f51daa5ec4da67d2ca6719117fe5-25.png)
Code Runneris used to directly run code snippets or files in multiple languages .
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/4d23f51daa5ec4da67d2ca6719117fe5-26.png)
Better CommentsProvides highlighting of various specific types of comments for code comments .
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/4d23f51daa5ec4da67d2ca6719117fe5-27.png)
CodeTimeProvides data analysis of your coding time every day.
![[Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics](http://m.sbmmt.com/img/upload/article/000/000/024/85e350f8bee47071c62937e93df29d03-28.png)
For more knowledge about VSCode, please visit:vscode tutorial! !
The above is the detailed content of [Hematemesis Summary] 23 VSCode plug-ins to help you improve development efficiency and aesthetics. For more information, please follow other related articles on the PHP Chinese website!