All notable changes to the "vscode-surround" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- 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.
- No breaking changes