Home>Article>Development Tools> What is the difference between vscode and visual studio
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.
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!