Skip to content

Releases: zjffun/vscode-snippets-manager

v0.3.13

29 Oct 03:25
Compare
Choose a tag to compare
  • Fix can not edit snippet body in editor.

v0.3.12

26 Oct 06:59
Compare
Choose a tag to compare
  • Support symbolic link snippets files. Fix #31
  • Allow trailing comma and edit undefined fields.

v0.3.11

19 Oct 12:28
Compare
Choose a tag to compare
  • Support multiple type of fields of snippet JSON. Fix #25
  • Fix search not work after change a snippets file.

v0.3.10

04 Sep 11:52
Compare
Choose a tag to compare
  • Using monospace font.

v0.3.2

13 Apr 13:55
Compare
Choose a tag to compare
  • Added features drag and drop snippets.
  • Added features paste snippets after the selected snippet.
  • Fixed bug copy snippets when selected workspaces or extensions.

v0.3.1

08 Dec 19:05
Compare
Choose a tag to compare

Fixed set currentWebviewPanel to null when dispose.

v0.3.0

  • Added features using the default editor when diff snippets.
  • Fixed snippets editor lose content in diff mode.
  • Updated UI.

v0.2.2

16 Jun 17:23
Compare
Choose a tag to compare

Added features copy and paste snippets.

v0.2.1

10 Jun 10:07
Compare
Choose a tag to compare

v0.2.0

27 May 11:59
Compare
Choose a tag to compare

Escape snippet body by default when create snippets from selection.

v0.1.24

16 May 15:33
Compare
Choose a tag to compare

Ask whether to turn off autoCloseSnippetBodyEditor when autoSave is on.