Home  >  Article  >  Development Tools  >  What is vscode used for?

What is vscode used for?

王林
王林Original
2020-12-07 16:30:0525198browse

vscode is an open code editor developed by Microsoft and supports Windows, Linux and macos operating systems. The vscode editor integrates all the features that a modern editor should have, including syntax highlighting, customizable hotkey bindings, bracket matching, and code snippet collection.

What is vscode used for?

#The operating environment of this article: Windows 7 system, Visual Studio Code version, Dell G3 computer.

Visual Studio Code (generally not called by its full name in China, but referred to as VS Code) is an open code editor developed by Microsoft and supports Windows, Linux and macOS operating systems.

(Related recommendations: Programming Video)

Main functions:

This editor also integrates all the features that a modern editor should have Features include syntax high lighting, 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 [3]. 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].

Language support:

The editor supports writing in multiple languages ​​and file formats. As of September 2019, it has supported the following 37 languages ​​or files: F#, HandleBars , Markdown, Python, Java, PHP, Haxe, Ruby, Sass, Rust, PowerShell, Groovy, R, Makefile, HTML, JSON, TypeScript, Batch, Visual Basic, Swift, Less, SQL, XML, Lua, Go, C, Ini, Razor, Clojure, C#, Objective-C, CSS, JavaScript, Perl, Coffee Script, Dockerfile.

The above is the detailed content of What is vscode used for?. 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