def
Lean.Elab.InlayHintLinkLocation.toLspLocation
(srcSearchPath : SearchPath)
(text : FileMap)
(l : InlayHintLinkLocation)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.InlayHintLabelPart.toLspInlayHintLabelPart
(srcSearchPath : SearchPath)
(text : FileMap)
(p : InlayHintLabelPart)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Lean.Elab.InlayHintLabel.toLspInlayHintLabel srcSearchPath text (Lean.Elab.InlayHintLabel.name n) = pure (Lean.Lsp.InlayHintLabel.name n)
Instances For
Equations
- Lean.Elab.InlayHintTextEdit.toLspTextEdit text e = { range := text.utf8RangeToLspRange e.range, newText := e.newText, leanExtSnippet? := none, annotationId? := none }
Instances For
def
Lean.Elab.InlayHintInfo.toLspInlayHint
(srcSearchPath : SearchPath)
(text : FileMap)
(i : InlayHintInfo)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.FileWorker.applyEditToHint?
(hintMod : Name)
(ihi : Elab.InlayHintInfo)
(range : String.Range)
(newText : String)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
- oldInlayHints : Array Elab.InlayHintInfo
- oldFinishedSnaps : Nat
Instances For
Equations
- Lean.Server.FileWorker.instInhabitedInlayHintState = { default := { oldInlayHints := default, oldFinishedSnaps := default, lastEditTimestamp? := default } }
Equations
- Lean.Server.FileWorker.InlayHintState.init = { oldInlayHints := #[], oldFinishedSnaps := 0, lastEditTimestamp? := none }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.FileWorker.handleInlayHintsDidChange.updateOldInlayHints
(p : Lsp.DidChangeTextDocumentParams)
(oldInlayHints : Array Elab.InlayHintInfo)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.FileWorker.handleInlayHintsDidChange.determineLastEditTimestamp?
(p : Lsp.DidChangeTextDocumentParams)
(oldInlayHints : Array Elab.InlayHintInfo)
:
Equations
- One or more equations did not get rendered due to their size.