Wrap text in element/tag? #29867
Unanswered
ddbrierton
asked this question in
Help and General Q&A
Replies: 1 comment
-
Came here because I use Emmet's The question here's more extensive, tho it's kinda already been asked here before #23211 (mostly for reference, not bashing anyone ❤️) And even more extensively, even with possible workarounds, here #15588 (should've researched a little more before 😅) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Zed has an Emmet extension. But it doesn't support one of the most useful Emmet features: wrap with abbreviation.
Zed's Vim-Mode also adds emulation for Vim Surround, except for surround with tag.
Zed supports snippets, but not the
TM_SELECTED_TEXT
variable which allows you to surround selected text with a snippet.Are these three things related? Does anyone have any sense of what sort of priority they are?
I love Zed, but today I needed to take a plain text file and quickly mark it up as HTML for a quick and dirty prototype and it was such a pain that I ended up doing it in VS Code.
In this day and age with the ubiquity of HTML I would've thought that being able to painlessly mark up some text with tags was basic editor functionality. Is there some other way that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions