VSCode programming is super easy to use plug-in recommendation (updated from time to time)

This blog is used to organize some very useful plug-ins in VSCode. All the following plugins can be searched and downloaded in Extensions(or press Ctrl + Shift + X) in the upper left corner of VSCode .

1. GitLens

GitLens is a VSCode git plug-in, which can display the commit information of the current line, such as when the line was modified and by whom.
Reference link: VSCode git plugin GitLens displays the commit information of the current line

2. Astyle

You can use Astyle to typeset C/C++ code in VSCode, so you don't have to worry about the code format.
Reference link: Windows: VSCode Add Astyle
Reference link: Linux / Ubuntu: VSCode Add Astyle

Guess you like

Origin blog.csdn.net/zztiger123/article/details/105945536