Releases: yatki/vscode-surround
Releases · yatki/vscode-surround
v1.5.0
08 Aug 21:48
Compare
Sorry, something went wrong.
No results found
v1.4.0
08 Aug 17:32
Compare
Sorry, something went wrong.
No results found
#80 Added support for inserting snippets when nothing is selected
Improved line trimming
v1.3.0
02 May 15:27
Compare
Sorry, something went wrong.
No results found
#83 Bugfix - Custom snippet list bug fixed
#76 Feature Request - showUpdateNotifications option was added.
v1.2.2
30 Jul 16:37
Compare
Sorry, something went wrong.
No results found
Fixes #74 - Multi-selection bug is fixed
Fixes #70 - Placeholders are not working for multiple selections
v1.2.1
22 Jul 21:00
Compare
Sorry, something went wrong.
No results found
Fixes #73 - Not adhering to selected text bug
v1.2.0
19 Jul 18:16
Compare
Sorry, something went wrong.
No results found
What's New
Added support for preserving indentations. See Issue #8
Breaking Changes
v1.1.2
19 Apr 20:21
Compare
Sorry, something went wrong.
No results found
Update Welcome & What's new messages.
v1.1.1
19 Apr 18:46
Compare
Sorry, something went wrong.
No results found
v1.1.0
19 Apr 16:47
Compare
Sorry, something went wrong.
No results found
What's New
Added support for language-specific snippets .
Recently used snippets now will be displayed on top by default (Can be disabled by the showRecentlyUsedFirst option).
showOnlyUserDefinedSnippets option is added. See Options .
3 new snippets added (templateLiteral, templateLiteralVariable, iife).
Added checks for invalid configurations. See: Issue #63 .
Added update notification info message.
Breaking Changes