Mention vscode-status-bar-format-toggle in the docs (#3937)

master
Lucas Azzola 2018-02-09 23:18:42 +11:00 committed by GitHub
parent fac08034e7
commit 115e0f70e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -17,11 +17,9 @@ Vim users can simply install either [sbdchd](https://github.com/sbdchd)/[neoform
## Visual Studio Code
Can be installed using the extension sidebar. Search for `Prettier - Code formatter`.
`prettier-vscode` can be installed using the extension sidebar. Search for `Prettier - Code formatter`. It can also be installed using `ext install prettier-vscode` in the command palette. [Check its repository for configuration and shortcuts](https://github.com/prettier/prettier-vscode).
Can also be installed using `ext install prettier-vscode`.
[Check its repository for configuration and shortcuts](https://github.com/prettier/prettier-vscode)
If you'd like to toggle the formatter on and off, install [`vscode-status-bar-format-toggle`](https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle).
## Visual Studio