Home > Article > Development Tools > What is the difference between vside and vscode
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 management tools, integrated development environments (IDEs), etc. (Recommended learning: vscode introductory tutorial)
Visual Studio Code is a free and open source modern lightweight code editor that supports almost all mainstream development languages It has syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, code snippets, code comparison Diff, GIT and other features. It supports plug-in extensions and is optimized for web development and cloud application development. The software supports Win, Mac and Linux across platforms.
The relationship between visual studio and visual studio code
Simply put, Visual Studio Code is a cross-platform provided by Microsoft code editor (like Notepad), while visual studio 2015 is an integrated development tool (IDE).
VSCode has high customization capabilities and scalability. The following are some of the more popular plug-ins:
1. Settings Sync
After one computer is configured, there is no need to configure other computers. Just log in to the new machine and you're done. No more messing around with your environment, use GitHub Gist to synchronize settings, snippets, themes, file icons, launches, keybindings, workspaces, and extensions across multiple computers.
2. Debugger for Chrome
Debug JavaScript code running in Google Chrome from VS Code.
VS Code extension for debugging JavaScript code in Google Chrome or other targets that support the Chrome DevTools protocol.
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!