Skip to content

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.

MarkupEmmetOptions = {}

Options for controlling the outputted suggestions.

CompletionSource<{ } | JSContext>

A completion source.