Skip to content

lsp / org.pinelang.lsp.lsp.models / LSPCompletionItem / snippetSupport

snippetSupport

val snippetSupport:Boolean?

Client supports snippets as insert text.

A snippet can define tab stops and placeholders with $1, $2 and ${3:foo}. $0 defines the final tab stop, it defaults to the end of the snippet. Placeholders with equal identifiers are linked, that is typing in one will update others too.