LSP CompletionItem, the fields this parser fills. kind is
Class for a bit type, Property for a tag or a valued inline attribute,
Keyword for a body format or an inline style key, TypeParameter for a
resource type, EnumMember / Value for an enum / boolean value,
Snippet for a structural line (====, --, ++, ==== footer ====).
Deprecated bits and tags carry tags: [1]. sortText puts required tags
the scope still lacks first (the first is preselected), then config
order. The parser returns EVERY candidate for the context; filtering by
the typed prefix is the editor's job.
LSP
CompletionItem, the fields this parser fills.kindisClassfor a bit type,Propertyfor a tag or a valued inline attribute,Keywordfor a body format or an inline style key,TypeParameterfor a resource type,EnumMember/Valuefor an enum / boolean value,Snippetfor a structural line (====,--,++,==== footer ====). Deprecated bits and tags carrytags: [1].sortTextputs required tags the scope still lacks first (the first ispreselected), then config order. The parser returns EVERY candidate for the context; filtering by the typed prefix is the editor's job.