markupEmmetCompletion
markupEmmetCompletion(
options):CompletionSource<{ } |JSContext>
Defined in: extensions/autocomplete/emmet/markup.ts:121
Completion source that expands the emmet abbreviation at the cursor position as long as the cursor isn’t inside an XML tag or comment.
Parameters
Section titled “Parameters”options
Section titled “options”MarkupEmmetOptions = {}
Options for controlling the outputted suggestions.
Returns
Section titled “Returns”CompletionSource<{ } | JSContext>
A completion source.