Section "Text Document Synchronization" of the LSP spec.
- none: Lean.Lsp.TextDocumentSyncKind
- full: Lean.Lsp.TextDocumentSyncKind
- incremental: Lean.Lsp.TextDocumentSyncKind
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
- documentSelector? : Option Lean.Lsp.DocumentSelector
- syncKind : Lean.Lsp.TextDocumentSyncKind
- rangeChange: Lean.Lsp.Range → String → Lean.Lsp.TextDocumentContentChangeEvent
- fullChange: String → Lean.Lsp.TextDocumentContentChangeEvent
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
- textDocument : Lean.Lsp.VersionedTextDocumentIdentifier
- contentChanges : Array Lean.Lsp.TextDocumentContentChangeEvent
Equations
- Lean.Lsp.instToJsonSaveOptions = { toJson := [anonymous] }
Equations
- Lean.Lsp.instFromJsonSaveOptions = { fromJson? := [anonymous] }
- textDocument : Lean.Lsp.TextDocumentIdentifier
- openClose : Bool
- change : Lean.Lsp.TextDocumentSyncKind
- willSave : Bool
- willSaveWaitUntil : Bool
- save? : Option Lean.Lsp.SaveOptions
Equations
- Lean.Lsp.instFromJsonTextDocumentSyncOptions = { fromJson? := [anonymous] }