Skip to content

Latest commit

 

History

History
176 lines (161 loc) · 9.91 KB

CHANGELOG.md

File metadata and controls

176 lines (161 loc) · 9.91 KB

Change Log

See releases for source code and snippets-viewer.vsix extension package download.

v1.12.0 - [2022-08-29]

  • #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

v1.11.0 - [2022-04-27]

  • #82 Add Snippets Viewer to Education extensions category in vscode marketplace

v1.10.0 - [2022-04-25]

  • #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

v1.9.0 - [2021-04-08]

  • #60 Combine snippets tree view toggles for grouping and sorting snippets
  • #61 Add dedicated insert snippet inline context menu to snippet tree view items

v1.8.0 - [2021-04-07]

  • #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

v1.7.0 - [2021-04-03]

  • #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

v1.6.0 - [2021-04-02]

  • #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

v1.5.0 - [2021-03-31]

  • #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

v1.4.0 - [2021-03-30]

  • #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

v1.3.0 - [2021-03-29]

  • #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

v1.2.0 - [2021-03-28]

  • #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

v1.1.0 - [2021-03-26]

  • #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

v1.0.0 - [2021-03-25]

  • #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