See releases for source code and snippets-viewer.vsix
extension package download.
- #83 Add extension sponsoring config and republish it
- #84 Add Snippets config language check
- #85 Add Snippets Viewer to SCM Providers vscode extensions category
- #86 Remove vscode-eslint extension from recommendations in .vscode/extensions.json
- #87 Add codeViz keyword to Snippets Viewer manifest
- #88 Change license to GPL-3.0
- #89 Add explicit Support/Sponsor section to docs
- #82 Add Snippets Viewer to Education extensions category in vscode marketplace
- #64 Use global configuration target for toggles
- #65 Compile to ES2019
- #66 Add Other Category to extension manifest
- #67 Trim packaged vsix files in .vscodeignore
- #68 Cleanup .gitignore
- #69 Change view settings to show User snippets view settings
- #72 Custom snippets not shown
- #75 Improving settings understanding with simpler words or providing examples
- #76 Update extension dev dependencies to the latest vscode v1.66.0 stack
- #77 Remove unpublished eamodio.tsl-problem-matcher extension dependency
- #78 Refine Snippets viewer code and settings documentation
- #79 Move extension and command strings to new constants.ts
- #80 Move snippets viewer setting names to new settings.ts
- #81 Package and publish settings and docs update release v1.10.0
- #60 Combine snippets tree view toggles for grouping and sorting snippets
- #61 Add dedicated insert snippet inline context menu to snippet tree view items
- #55 Map Python snippets to use .py file icons in the snippets tree view
- #57 Show all snippets viewer extension badges on one line in docs
- #58 Resolve snippets tree view initialization when there are no user snippets
- #50 Add Focus on Active Editor Snippets setting
- #51 Optionally expand snippet file tree nodes on active editor change
- #52 Add Show Only Active Editor Language snippets setting
- #53 Add links to code snippets doc in features list
- #54 Package and publish snippets filtering and docs update release
- #12 Add user defined snippets display to the snippets tree view
- #46 Add project scoped snippets loading and display
- #48 Relable Expand snippet files settings, code, and docs
- #49 Package and publish user defined and project snippets release
- #17 Add combine snippets by language, group by snippet file, and collapse all snippets tree view toggles
- #34 Create Snippet View Menu for some of the tree view toggles
- #43 Add Sort Snippets by Name and by Definition Order toggles to the Snippets Tree view
- #44 Add Filter toggle to the Snippets Tree view title bar
- #45 Package and publish Snippets tree view toggles update
- #10 Auto-select and expand snippets language node based on active editor language id
- #37 Map javascriptreact and typescriptreact snippets file icons to what editor shows in file titlebar
- #39 Move all getConfiguration calls to new config.ts
- #40 Add better keywords to extension manifest
- #30 Auto-update Snippets Tree View on Snippets Viewer Settings changes
- #31 Sort snippet languages and extension snippet files alphabetically in snippets tree view
- #32 Add option to sort loaded snippets alphabetically by snippet name
- #33 Add setting to Combine snippets per language without grouping by extension snipet file
- #35 Package and publish snippets reload, sorting, and grouping enhancements release
- #13 Add built-in snippets display to snippets tree view
- #18 Add Show All Built-in Langugage Snippets extension setting
- #19 Add Skip Language Snippets extension setting
- #25 Refine language to file extension mappings for built-in extension snippets
- #26 Add View Seetings to the Snippets tree view title menu
- #27 Add Expend Snippet Files setting
- #28 Add Snippets Viewer Configuration section to docs
- #29 Package and publish Snippets tree view settings release
- #11 Add features, contributions, installation and dev build sections to docs
- #14 Add snippet description display to snippet tooltip
- #15 Add from extension name suffix to snippet tooltip title
- #20 Use extension display name for listing snippet files from extensions in tree view
- #21 Add license and vs marketplace badges to docs
- #22 Add .gitub/FUNDING.yml and enable sponsorship
- #23 Package and publish docs update and snippet tooltip refinements release
- #1 Create snippets viewer extension base setup
- #2 Create snippet view container
- #3 Create custom snippets viewer icons
- #4 Create snippet tree data provider
- #6 Create snippets loader
- #7 Add extra extension metadata to package.json
- #8 Add snippets viewer pic to docs
- #9 Package and publish first Snippets Viewer release