Home>Article>Development Tools> What is the difference between vside and vscode?
The difference between vside and vscode
vside (Visual Studio) is an integrated development environmentis 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.
Visual Studio is the most popular integrated development environment for Windows platform applications. The latest version is Visual Studio 2019 version, based on .NET Framework 4.8.
vscode (Visual Studio Code) is a free and open source modern lightweight code editorthat supports the syntax of almost all mainstream development languages. Features such as highlighting, smart code completion, custom hotkeys, bracket matching, code snippets, code comparison Diff, GIT, etc. support plug-in extensions and are optimized for web development and cloud application development. The software supports Win, Mac and Linux across platforms.
vscode software supports Win, Mac and Linux across platforms. vscode is an increasingly popular editor. Its features are free, open source, multi-platform, as well as integrated git, code debugging, rich plug-ins, etc., and it is gradually known and recognized by everyone.
Related recommendations:vscode tutorial
The above is the detailed content of What is the difference between vside and vscode?. For more information, please follow other related articles on the PHP Chinese website!