Vscode is fast becoming one of the most popular editors out there, thanks to its light weight and ease of use (emphasis on free 😄). However, great tools require powerful configuration. Here are some of my favorite vscode plug-ins:
- Git and Gitlens
Git is arguably the most popular software among developers, and it's much easier to use Git directly from the IDE than from the command line. Git modules help you with stages, commit, Stash, undo, and more. The Gitlens plugin offers even more possibilities. One of the most useful features of Gitlens is that you can see the commit history of each line of code (you may have a bug on your project line and it has been resolved through a lot of hard work, but you may be angry, who buried it? It's a bit dark 😠). With Gitlens, just a quick glance 😄, Give it a try.
- Live Share
No matter what type of application you're building, what language you're writing, or what your operating system is: Live Share instantly shares your project with team members when you need to collaborate. Real-time editing and debugging, without team members cloning repositories or setting up environments
1. Features of Live Share:
- Real-time editing
Edit and edit code in real time
- Independent exploration
Browse files without interrupting other operations
- follow
Fixed the cursor that follows the user as they navigate
- Set of debugging
Set breakpoints and browse the code together
- Shared server
View network applications and databases without exposing ports
- A Shared terminal
Run commands and tasks and stream output to team members
2, installation,
3, login
Click the share icon (after downloading the plug-in, you can see the logo of the plug-in, and there is a prompt to share immediately), followed by the login prompt (I choose Github) :
4. Pair programming click on the share icon and you will get a share link similar to the one below
https://prod.liveshare.vsengsaas.visualstudio.com/join?3EB9A68F81C49D8B7475D78FE9FFA7A23F44
Copy the code
Ask your partner to open the connection in their browser
When opened, you can see the shared directory
Open any file and edit it and you can see the preview in real time.
hexdump
Review images, excel, etc. Any type of file binary coded plug-in, in general, we should judge the type of a file, may be the first think of judging by extension, but if someone changes the extension, this judgment method is lack of power, view the binary code will come in handy at this time, no matter how the extension change, The binary encoding of a file is fixed.
Auto Close Tag
Automatic closing label
Auto Rename Tag
When a label is modified, the closed label is also modified
Auto Complete Tag
Automatic completion
Auto Import
Automatically is introduced into