DEV Community

noxussj
noxussj

Posted on

Visual Studio Code

What is Visual Studio Code?

Visual Studio Code is a lightweight, free, open source code editor launched by Microsoft, referred to as VS Code. It is a relatively mainstream coding tool at present. It supports code syntax highlighting, code hints, code snippets, custom code themes, and a rich plugin market. It also integrates powerful functions such as command line tools and Git code submission.

Install

download link:
https://code.visualstudio.com

Image description

Image description

Extension

VS Code's powerful plug-in market mainly introduces several commonly used plug-ins.

One Dark Pro

nice code theme

Image description

GitLens — Git supercharged

Git record viewing tool, which is convenient to view a certain line of code changed by a certain person at a certain point in time at any time. It is convenient to view the modification record of a single file. At present, friends may not be able to use it. You need to master Git technology before you can use it.

Image description

Path Autocomplete

URL path supplementary plugin, when you need to find a src path, it will give you code hints. For example, it can be used when writing the src path of the img tag.

Image description

Top comments (0)