xxxxxxxxxx
// New setting as of June 2022 (v1.69) Release Notes
// add this to your 'settings.json'
"emmet.useInlineCompletions": true,
// - best only for HTML and CSS for now
// - suggestions should appear inline as you type
// - 'Tab' to accept suggestion
xxxxxxxxxx
“emmet.triggerExpansionOnTab”: true,
“files.associations”: {“*html”: “html”},
"emmet.useInlineCompletions": true
xxxxxxxxxx
“emmet.triggerExpansionOnTab”: true,
“files.associations”: {“*html”: “html”},
"emmet.useInlineCompletions": true