Utilities for snippets (still under development).
Click on "Add selection to user snippets" in the menu or Shift
+ Alt
+ S
(Shift
+ Option
+ S
, in Mac) to add a user snippet.
The first release of this extension.
Now available in older versions of VSCode.
Fixed a bug that causes a snippet syntax error when a tab character is in the selected code.
- After adding a snippet, you can now move a focus to the name,
prefix
, anddescription
using the tab key. - Improved robustness for JSON comments.
- Fixed issue #1.
- Fixed issue #2.
- Fixed a problem that prevents from adding a snippet when there are no items in the user snippet file.
- Fixed some misspellings.
- Fixed a problem that indents are not replaced by
\t
.
- When "Add selection to user snippets" is executed, snippets are now not registered if no text is selected. So you can now open the snippet file easily.
- Updated some dependencies.