With the current autocomplete setup based on the built-in language server, it might be helpful to provide emmet snippets in addition to the current VSCode snippets to cover more autocompletion use cases. For example:
{
"html": {
"snippets": {
"f:debug|f:d": "f:debug"
}
}
}
With the current autocomplete setup based on the built-in language server, it might be helpful to provide emmet snippets in addition to the current VSCode snippets to cover more autocompletion use cases. For example:
{ "html": { "snippets": { "f:debug|f:d": "f:debug" } } }