Skip to content

Commit

Permalink
add snippets viewer settings config example to docs (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Apr 24, 2022
1 parent 47a3e1e commit c47d8b7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,17 @@ Install [Snippets Viewer ⇥](https://marketplace.visualstudio.com/items?itemNam

![Snippets Viewer Settings](https://raw.githubusercontent.com/RandomFractals/vscode-snippets-viewer/main/images/snippets-viewer-settings.png)

**Note**: All Snippet Viewer ⎇ Settings start with `snippets.viewer.` prefix.
**Note**: All Snippets Viewer ⎇ Settings start with `snippets.viewer.` prefix.
Example of [`.vscode/settings.json`](https://github.com/RandomFractals/vscode-snippets-viewer/blob/main/.vscode/settings.json) you can use to specify Snippets Viewer ⎇ Settings in open project workspace:

```
{
// Local Snippets viewer settings
"snippets.viewer.sortSnippetsByName": false,
"snippets.viewer.combineLanguageSnippets": true,
"snippets.viewer.expandSnippetFiles": true
}
```

| Setting Name | Type | Default Value | Description |
| ------- | ---- | ------------- | ----------- |
Expand Down

0 comments on commit c47d8b7

Please sign in to comment.