Skip to content

Releases: mre/vscode-snippet

v1.2.0

17 Mar 20:01
bae7aa0
Compare
Choose a tag to compare

v1.1.4

16 Mar 17:50
fe36ace
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

10 Nov 15:20
679acf2
Compare
Choose a tag to compare

What's Changed

  • Fix invalid snippet insertion when using "Find Inplace" by @VladBrok in #476

Full Changelog: v1.1.2...v1.1.3

v1.1.2

05 Sep 07:37
9b8c5e9
Compare
Choose a tag to compare

What's Changed

  • Add an ability to copy saved snippets to the clipboard by @VladBrok in #418

Full Changelog: v1.1.1...v1.1.2

v1.1.1

21 Jul 14:39
b13dcbd
Compare
Choose a tag to compare
  • Fix error: Activating extension 'vscode-snippet.snippet' failed: Cannot read properties of undefined (reading 'languages')

v1.1.0

15 Jul 06:54
59505bd
Compare
Choose a tag to compare

v1.0.3

08 Jul 06:20
ff777ea
Compare
Choose a tag to compare
  • Display saved snippets in IntelliSense (thanks to @Hoper-Q for the idea)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 Jun 13:01
7dd156f
Compare
Choose a tag to compare

What's Changed

  • Change rollup config to ES Module by @Maks1mS in #350
  • Add a workflow for publishing an extension to open-vsx.org by @VladBrok in #352

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Jun 03:42
fac2dca
Compare
Choose a tag to compare
  • Add the "Snippets" view for saving snippets. For more information, check out the README
  • New "insertByDoubleClick" config option and snippets synchronization
  • Handle cht.sh 404 better
  • Add hotkeys for selecting prev/next answer (by @tennox)
  • Add bundling and minification via Rollup (by @Maks1mS)
  • Update CI triggers and use latest Node versions (by @Maks1mS)
  • Migrate from TSLint to ESLint (by @Maks1mS)
  • Add one-click dev setup for vscode (by @tennox )
  • Update paragraph formatting in the README (by @takagimeow)
  • Update dependencies

Full Changelog: 0.9.2...v1.0.1

v1.0.0-pre

05 Feb 14:12
dfa2da7
Compare
Choose a tag to compare
v1.0.0-pre Pre-release
Pre-release

Add the "Snippets" view for saving snippets. For more information, check out the README.

Full Changelog: 0.9.1...v1.0.0-pre