Home > Development Tools > VSCode > body text

What software is vscode?

藏色散人
Release: 2020-05-25 11:14:28
Original
11988 people have browsed it

What software is vscode?

What kind of software is vscode?

vscode is a free and open source modern lightweight code editor that supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, and code in almost all mainstream development languages. It has features such as snippets and code comparison, Diff, and GIT, supports plug-in extensions, and is optimized for web development and cloud application development.

The software supports Win, Mac and Linux across platforms.

If you want to make h5 games, you can use vs code.

Recommended: "vscode tutorial"

vs code introduction:

Build and developed by Microsoft on April 30, 2015 At the conference, the Visual Studio Code project was officially announced: a cross-platform source code editor running on Mac OS X, Windows and Linux for writing modern web and cloud applications.

Main functions

The editor also integrates all the features that a modern editor should have, including syntax high lighting, which can be customized Customizable keyboard bindings, bracket matching and snippets. Somasegar also told me that the editor also has out-of-the-box support for Git.

Visual Studio Code provides a wealth of shortcut keys. Users can use the shortcut keys [Ctrl] [K] [S] (hold down the Ctrl key and then press the K and S keys) to bring up the shortcut key panel and view all shortcut key definitions. You can also double-click any shortcut key in the panel to assign a new shortcut key to a certain function. Some predefined common shortcut keys include: Format document (organize all the code in the current view), [Shift] [Alt] [F]; Format selected content (organize the selected part of the code in the current view), [ Ctrl] [K] [F]; Zoom in, [Ctrl] [Shift] [=]; Zoom out, [Ctrl] [Shift] [-]; Open a new external terminal (open a new command line prompt): [Ctrl][Shift][C].

The above is the detailed content of What software is vscode?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template