Skip to content

lsp / org.pinelang.lsp.lsp.models / CompletionItem / textEdit

textEdit

val textEdit:TextEdit?

An edit which is applied to a document when selecting this completion. When an edit is provided the value of insertText is ignored.

Note: The range of the edit must be a single line range and it must contain the position at which completion has been requested.