Home > Development Tools > VSCode > body text

What is the difference between vs and vscode?

藏色散人
Release: 2019-11-14 09:16:15
Original
25307 people have browsed it

What is the difference between vs and vscode?

What is the difference between vs and vscode?

vscode is a very simple text editor that takes up no more than 100m of space. However, when you first install it, you can basically do nothing except typing. You need to install the plug-in yourself and set the parameters manually.

vs2017 is a comprehensive integrated development environment. The space occupied changes according to the selection (generally greater than 20G). It can be used directly after the installation is completed. Compilation tools, debugging tools, and development tools for each language are all configured and can be used out of the box.

In terms of functionality, vs2017 is much larger than vscode, but vscode is far more lightweight than vs2017. After installing the plug-in and correctly configuring it, vscode can achieve most of the basic functions of vs2017 (automatic completion, one-click compilation and connection operation, error prompts, program debugging, etc.).

Compared with vs2017, vscode has another advantage - cross-platform. vscode has windows, linux, and mac versions, and the support is pretty good, while vs2017 only has a Windows version.

Regarding usage suggestions: On the Windows platform, it is recommended to use codeblock when writing small programs. It is very easy to use. When writing large projects or projects that depend on Microsoft (such as C#, UWP, etc.), use vs2017 Community Edition; on Linux On, just use vscode, it’s pretty easy to use.

By the way, don’t use the VS Professional version. Most of the functions in it are unusable and it’s still so big~

The above is the detailed content of What is the difference between vs and vscode?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!