-
-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.feature requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I sometimes write something out and then later have to put it inside an if check, currently I put the starting tag for the if block. Navigate to the end of what I want to wrap and insert the ending tag.
Describe the solution you'd like
VSCode 1.64 introduced surround with snippet
support for JS and TS [link]. It'd be nice to have something similar for svelte.
Additional context
Currently the Insert snippet
command only lists custom snippets by the user, the snippets from the extension don't show up there.
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.feature requestNew feature or requestNew feature or request