If I have a emmet snippet like this one:
.row>.col>(.row>.col.bg-sucess>br*2) (.row>.col.bg-danger>br) (.row>.col.bg-warning*3)
and I copy & paste this from anywhere into my vscode, it does not get detected as emmet snippet.
So I usually have to write it by myself so that emmet detects it.
Is it somehow possible to get VSCode to detect the snippet as emmet after pasting it in my file?
CodePudding user response:
Put the cursor at the end of Emmet abbreviation and do Ctrl Space keyboard combination.
