vscode-surround

🔥 A simple yet powerful extension to add wrapper templates around your code blocks

MIT License

Stars
912
Committers
7

Bot releases are hidden (Show)

vscode-surround - v1.5.0 Latest Release

Published by yatki about 2 years ago

  • #81 Added browser support. Now extension works on VSCode for Web 🎉 .
vscode-surround - v1.4.0

Published by yatki about 2 years ago

  • #80 Added support for inserting snippets when nothing is selected
  • Improved line trimming
vscode-surround - v1.3.0

Published by yatki over 2 years ago

#83 Bugfix - Custom snippet list bug fixed
#76 Feature Request - showUpdateNotifications option was added.

vscode-surround -

Published by yatki about 3 years ago

Fixes #74 - Multi-selection bug is fixed
Fixes #70 - Placeholders are not working for multiple selections

vscode-surround -

Published by yatki about 3 years ago

Fixes #73 - Not adhering to selected text bug

vscode-surround -

Published by yatki over 3 years ago

What's New

  • Added support for preserving indentations. See Issue #8

Breaking Changes

  • No breaking changes
vscode-surround -

Published by yatki over 3 years ago

  • Update Welcome & What's new messages.
vscode-surround -

Published by yatki over 3 years ago

  • Fix activation bug
vscode-surround -

Published by yatki over 3 years ago

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

  • No breaking changes