Releases: zardoy/vscode-better-snippets
Releases · zardoy/vscode-better-snippets
v0.2.11
Bug Fixes
- now extension's typing snippets are usable within live share sessions (#30)
v0.2.10
New Features
- Remove useless
typingSnippetsUndoStops
setting in favor of absolutely new typingSnippetsUndoBehavior
. Now by default after undo, typed sequence is preserved, you can return back old behavior with this setting. 9355b82
Bug Fixes
- fix compatibility with vscode 1.74.0 and above (#29)
v0.2.9
New Features
- doubt: disable syntax error diagnostics in view editor as TS is not aware of snippets syntax 829a6bd
v0.2.8
New Features
- stricter settings.json snippets schema validation
For example now we report unknown properties in snippets configuration
Also now we display a suggestion in hover when possible to move property to when clause 2ce9b40
v0.2.7
Bug Fixes
- typescript: don't suggest snippets in the end of singleline comments 279168a
v0.2.6
New Features
- add command for copying snippets from settings.json in prepared format for sharing 6f0d24a
Bug Fixes
- fix init crash when referenced to unknown extends group e34d5d7
v0.2.5
New Features
- rework
otherLines
feature, add skipEmptyLines
. Implement displayIfNoLine
& 'up' indent level. A lot of bug fixes 18844c2
Bug Fixes
- otherLines: now indent matchers also skip empty lines with whitespace characters
(#24)
v0.2.4
New Features
- view: add grouping by extends group 4d16b9b
- add debug command: show all resolved snippets 3e9e1b1
- add a way to extract & reuse snippet data. Meet
extendsGroups
setting with variables support! f1062f0
v0.2.3
Bug Fixes
- Default value of
betterSnippets.languageSupesets
(which was breaking builtin snippets with default value) 10093df
v0.2.2
New Features
- now you can exclude specific language id when
when.languages
is set to some language superset 830ce70
Bug Fixes
- improved completions in settings.json, not showing duplicates anymore 830ce70
- v0.2 regression of icon & description of builtin snippets
add missing typechecking to ensure don't miss it again 19244f4