# vscode 应用指南

## 快捷键

### 命令面板（Command Palette）

根据您当前的上下文访问所有可用命令。

> Mac: cmd+shift+p or f1 Windows / Linux: ctrl+shift+p or f1

### 快速打开文件（Quick Open）

> Mac: cmd+p Windows / Linux: ctrl+p

### Status Bar

> Mac: shift+cmd+m Windows / Linux: ctrl+shift+m

### 改变语言模式

> Mac: cmd+k m Windows / Linux: ctrl+k m

### 设置

> Mac: cmd+, Windows / Linux: **File** > **Preferences** > **Settings** or ctrl+,

## 插件

* Chinese (Simplified) Language Pack for Visual Studio Code
* Prettier - Code formatter
* IntelliJ IDEA Keybindings
* EditorConfig for VS Code
* Git History

## 更多内容

* 官方
  * <https://github.com/Microsoft/vscode>
  * <https://github.com/Microsoft/vscode-docs>
  * <https://github.com/Microsoft/vscode-tips-and-tricks>
* 更多资源
  * <https://github.com/viatsko/awesome-vscode>
