Home  >  Article  >  Development Tools  >  What is vscode

What is vscode

藏色散人
藏色散人Original
2019-11-07 11:35:3215871browse

What is vscode

What is vscode?

VSCode (Visual Studio Code): It is a free, open source, cross-platform editor. The reason for the emphasis on 'editor' may be that VSCode is not intended to be a full-scale integrated development environment, that is, an IDE.

It was Erich Gamma who transplanted Monaco Editor to the desktop platform and became today's VSCode.

Many people equate editors with IDEs, but this is not the case. IDEs pay more attention to programming experience, have a good understanding of the code, and focus on providing graphical interface support for code debugging, testing, etc. Therefore, it may appear cumbersome;

The editor is relatively lighter, focusing on files or folders, languages, and workflow support is richer and freer. VSCode is positioned as an editor, but it does not Not limited to this.

Related recommendations: "vscode Usage Tutorial"

VSCode Study Guide

1.VSCode has its own set of shortcut keys , you can learn the shortcut keys to understand the functions supported by the core editor. At the same time, VSCode allows custom shortcut keys, allowing users to better use VSCode. VSCode has complete support for mouse, multi-cursor, search, auto-completion, code snippets, etc.

2. Learn to use the workbench and workspace. In addition to the editor area, VSCode also has many other functions, such as the resource manager. Cross-file search, plug-in management, etc., they form a unified interface, which is the workbench; the design of this workbench represents VSCode's choice of workflow. VSCode's built-in software version management, terminal emulator, debugger, etc. can all improve work efficiency.

3. VSCode allows customization and development of plug-ins, so try to use your own ideas to meet your own needs, so that you can better improve yourself and understand VSCode;

Go through the above steps , can make better use of VSCode and improve work efficiency.

Summary: VSCode is positioned as a lightweight code editor that combines the advantages of many excellent tools such as Eclipse while also solving their disadvantages. VSCode is very good in terms of performance, language support, and community. ;

The above is the detailed content of What is 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