This snippet suggestion is meant for an embedded content of an element In other words, it is used to construct element snippet suggestions

Because of that, it is expected that there are text content wrapping around this snippet, so the first suggestion might not start from index 1.

interface ElementEmbeddedContentSnippetSuggestion {
    description?: string;
    text: string;
}

Properties

Properties

description?: string

Brief description about the suggestion item to enable the users to quickly differentiate between one suggestions from another

text: string

The snippet text to be embedded in the full snippet suggestion text for the element

NOTE: The snippet syntax follows that of monaco-editor See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets