RandomFractals / vscode-snippets-viewer

Snippets viewer for VSCode
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.snippets-viewer
GNU General Public License v3.0
9 stars 1 forks source link

Add setting to Combine snippets per language without grouping by extension snippet files #33

Closed RandomFractals closed 3 years ago

RandomFractals commented 3 years ago

to flatten snippets for languages with multiple snippet extensions.

Default to showing snippets grouped by snippet extension name as is now for clarity.

Example of lang. with snippets coming from different extensions and packs:

js-snippet-files-2

js-snippet-files

RandomFractals commented 3 years ago

example of JS snippets from different snippets extensions and files combined under one JS lang. node without snippets file grouping:

image