Home>Article>Development Tools> What is the difference between vscode and visual studio

What is the difference between vscode and visual studio

王林
王林 Original
2020-07-08 13:16:56 26592browse

The difference between vscode and visual studio is: visual studio is an integrated development environment, which includes most of the tools needed in the entire software life cycle; vscode is a free and open source modern lightweight code editor , supports syntax highlighting features of almost all mainstream development languages.

What is the difference between vscode and visual studio

vscode and visual studio are both products of Microsoft, but they are different.

The differences are as follows:

1. Visual Studio is an integrated development environment, which is relatively complete. It includes most of the tools needed in the entire software life cycle, such as UML tools. , code control tools, integrated development environments (IDEs), etc.

2. vscode is a free and open source modern lightweight code editor that supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, and code snippets for almost all mainstream development languages. , code comparison Diff, GIT and other features, supports plug-in extensions, and is optimized for web development and cloud application development.

vscode supports Win, Mac and Linux across platforms.

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

Statement:
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