Skip to content

Releases: zardoy/vscode-better-snippets

v0.2.11

30 Jul 10:32
a74758f
Compare
Choose a tag to compare

Bug Fixes

  • now extension's typing snippets are usable within live share sessions (#30)

v0.2.10

18 Feb 15:11
9355b82
Compare
Choose a tag to compare

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

16 Nov 15:03
Compare
Choose a tag to compare

New Features

  • doubt: disable syntax error diagnostics in view editor as TS is not aware of snippets syntax 829a6bd

v0.2.8

16 Nov 14:53
Compare
Choose a tag to compare

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

16 Nov 13:20
Compare
Choose a tag to compare

Bug Fixes

  • typescript: don't suggest snippets in the end of singleline comments 279168a

v0.2.6

15 Nov 16:57
Compare
Choose a tag to compare

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

15 Nov 14:50
Compare
Choose a tag to compare

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

14 Nov 20:57
2f90f38
Compare
Choose a tag to compare

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

11 Nov 10:09
Compare
Choose a tag to compare

Bug Fixes

  • Default value of betterSnippets.languageSupesets (which was breaking builtin snippets with default value) 10093df

v0.2.2

09 Nov 04:18
Compare
Choose a tag to compare

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