Fun with VS Code Downloads

Introduction to VSCode

  • Visual Studio Code (VS Code /  VSC for short) is a free and open-source modern lightweight code editor launched by Microsoft in 2015. It supports syntax highlighting, smart code completion, and GIT for almost all mainstream development languages. and other features, support for plug-in extensions, etc.

  • Available for Windows, macOS  and Linux. It has built-in support for JavaScript, TypeScript and Node.js, and is rich in other languages ​​(e.g. C++, C#, Java, Python, PHP, Go)

  • Open source than sublime, lighter than webstorm

  • The smart prompt is very powerful, and it comes with a powerful debugging function

  • Comes with emmet, complete plug-ins and easy installation, very convenient

  • The software cross-platform supports Win, Mac and Linux.

 download

Official website address: Visual Studio Code - Code Editing. Redefined

 Go in and download directly ( automatically identify the computer operating system, to the appropriate version, just click to download )

 After downloading, open the installation package, agree, and go to the next step (if there is no special instruction, go directly to the next step)

 You can modify the address of the installation (or the next step without thinking)

 The last one must be ticked (if you have nothing to do, just tick it all)

 

 Open it after you are done, and the download is complete

 install plugin

The plug-in is good, but the efficiency is not low

 

Chinese plug-in

 After installation, click [Change Language and Restart] in the lower right corner to restart the VScode software, and refresh it to change to Simplified Chinese.

 Get it plug-in (very friendly to people with poor English foundation)

Search [Get it] in the search bar, this is when you type the code, it will automatically recognize the word you typed and translate it. If you don’t know a word, you can click on "Get it" to see the translation.

Other plugins are installed on demand

I'm a rookie, so I can only push it casually

Vue

 Java

 python

 C/C++

 

 

Guess you like

Origin blog.csdn.net/m0_74921567/article/details/132308477