New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrap with abbreviation in real time #23169
Comments
|
So you are saying that you'd like to see the result as you type the abbreviation? |
|
Exactly. It's something that I was used to on my former code editor and would be indeed a really helpful functionality to have. |
|
This would be very helpful. |
|
@okram69 Can you provide a gif how this worked in your former code editor? Or share which editor was it |
|
Thanks! I'll take a look |
|
+1, emmet live preview in sublime is the only thing I miss |
|
Currently there is no way to listen to events from the input box where you would type the abbreviation. |
|
+1 |
|
Great feature idea! Also requested here https://css-tricks.com/can-vs-code-emmet |
|
+1 |
|
Turns out we dont need #426 to do this. One of the options passed when creating the input box is a callback that returns the typed text. This can be used to expand the abbreviation in real time. |
|
|
|
@usernamehw Yes, that's why this issue is not closed yet :) We will include live preview for Until then, please try out the live preview for the |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


A very useful feature to add to VS Code would be adding emmet wrap with abbreviation in real time.
That I'm aware today it is possible to do that bindings the command "editor.emmet.action.wrapWithAbbreviation" to a shortcut key and it works, but non in real time, you only see the result of your editing when you press Enter
The text was updated successfully, but these errors were encountered: