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

What is the difference between vside and vscode

(*-*)浩
(*-*)浩Original
2019-11-09 10:48:184083browse

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.

What is the difference between vside and vscode

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!

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