Home>Article>Development Tools> The difference between vscode vsstudio
1. Different meanings
Visual Studio (VS for short) is a development tool kit series product of Microsoft Corporation of the United States. It is a basically complete Development toolset, which includes most of the tools needed in the entire software life cycle, such as UML tools, code control tools, integrated development environments (IDEs), etc. In layman's terms, it is a compiler.
Visual Studio Code is a project of Microsoft Corporation in the United States: a cross-platform source code editor running on Mac OS X, Windows and Linux for writing modern web and cloud applications. In layman's terms, it is an editor.
2. Cross-platform running capabilities are different
Various functions of Visual Studio can only be run on Windows and macOS (Mac OS X). Jump to various platforms and edit.
Visual studio code is a truly cross-platform editor that can be used on the platform that users are accustomed to, instead of having to migrate to Windows.
3. Different functions
Visual Studio is currently the most popular integrated development environment for Windows platform applications. It provides advanced development tools, debugging functions, database functions and innovative functions to help quickly create the most advanced applications and develop new programs on various platforms.
visual studio code integrates all the features that a modern editor should have, including syntax highlighting, customizable hotkey bindings, bracket matching and code snippet collection. This editor also has Out-of-the-box support for Git.
Recommended tutorial:vscode tutorial
The above is the detailed content of The difference between vscode vsstudio. For more information, please follow other related articles on the PHP Chinese website!