Answer the question
In order to leave comments, you need to log in
How to wrap content in desired tag in VScode with hotkey?
I recently switched to VScode, before that I was on Sublime, I can’t find a hotkey to wrap content in the right tag. Let's say:
<img src="#" width="220px" height="165" alt="Набор для путешествий">
Answer the question
In order to leave comments, you need to log in
[
{
"key": "ctrl+shift+g",
"command":"editor.emmet.action.wrapWithAbbreviation",
"when": "editorTextFocus && !editorReadonly"
}
]
ext install htmltagwrap
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question