vscode (Visual Studio Code) configuration

1 Introduction

vscode, full name of the Visual Studio Code , was developed by Microsoft, open source, cross-platform code editor.

Here is a summary of what usually is used to configure, later added at any time.

1.1 How to install themes, icons, and various auxiliary plug

  1. Vscode in FIG selected position, in which the search for the installed plug-in name and
  2. Read the plugin page of instructions for plug-in configuration or use.

2. The theme and icons

First, set the font:
In vscode-> File - Settings> -> Preferences in the font set Consolas.

2.1. One Dark Pro

vscode is one of the most downloaded themes.

2.2. Dracula Offical

Vampire theme (currently in use).

2.3. Atom One Dark Theme

Atom-based dark theme.

2.4. VSCode Great Icons

File icon is displayed.

***

3. easy to use plug-ins (incomplete list)

3.1. Universal Language Runtime Code Runner

这个插件非常好用。用来运行各种代码片段。
如果你需要学习或者接触各种各样的开发语言, Code Runner 插件可以让你不用搭建各种语言的开发环境,直接通过此插件就可以直接运行对应语言的代码,非常适合学习或测试各种开发语言。支持C, C++, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, F# (.NET Core), C# Script, C# (.NET Core), VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, AutoHotkey, AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D, Lisp, Kit, and custom command.

3.2. Power Mode

写代码更激情~

3.3. Settings Sync

使用github gist同步多台计算机上的vscode配置。

3.4. Beautify

美化javascript, JSON, CSS, Sass, and HTML代码格式。

3.5. Document This

自动为TypeScript and JavaScript生成详细的JSDoc注释。


有好用的插件以后再补充。

Guess you like

Origin www.cnblogs.com/yukariio/p/11241626.html