Commit 3b9e31d6 authored by Mounir Lamouri's avatar Mounir Lamouri Committed by Commit Bot

VSCode: mention how to use snippets.

Bug: None
Change-Id: I0e37df2a199df5cd5e6a3bd42270383133638a62
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726653Reviewed-by: default avatarBruce Dawson <brucedawson@chromium.org>
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682427}
parent 132f02a2
......@@ -266,6 +266,19 @@ $ cp tools/vscode/keybindings.json5 .vscode/keybindings.json
There are some useful snippets provided in
[//tools/vscode/cpp.json5](/tools/vscode/cpp.json5).
You can either install them in your user profile (path may vary depending on the
platform):
```
$ cp tools/vscode/cpp.json5 ~/.config/Code/User/snippets/cpp.json
```
Or install them as project snippets after installing the [Project
Snippets](https://marketplace.visualstudio.com/items?itemName=rebornix.project-snippets)
extension:
```
$ cp tools/vscode/cpp.json5 .vscode/snippets/cpp.json
```
### Tips
#### The `out` folder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment