lsp / org.pinelang.lsp.lsp.models / TextDocumentSync
TextDocumentSync¶
data class TextDocumentSync
Constructors¶
| Name | Summary |
|---|---|
| <init> | TextDocumentSync(openClose:Boolean= true, change:Int= 1, save:Map<String,Any> = mapOf("includeText" to true)) |
Properties¶
| Name | Summary |
|---|---|
| change | val change:Int |
| openClose | val openClose:Boolean |
| save | val save:Map<String,Any> |