def
Lean.Server.FileWorker.findCompletionCmdDataAtPos
(doc : EditableDocument)
(pos : String.Pos.Raw)
 :
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Handles completionItem/resolve requests that are sent by the client after the user selects
a completion item that was provided by textDocument/completion. Resolving the item fills the
detail? field of the item with the pretty-printed type.
This control flow is necessary because pretty-printing the type for every single completion item
(even those never selected by the user) is inefficient.
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.handleDefinition
(kind : GoToKind)
(p : Lsp.TextDocumentPositionParams)
 :
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
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
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
Equations
- One or more equations did not get rendered due to their size.
Instances For
- The list of the name components introduced by this namespace command, in reverse order so that - endwill peel them off from the front.
- stx : Syntax
- selection : Syntax
- prevSiblings : Array Lsp.DocumentSymbol
Instances For
def
Lean.Server.FileWorker.NamespaceEntry.finish
(text : FileMap)
(syms : Array Lsp.DocumentSymbol)
(endStx : Option Syntax)
 :
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
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
Equations
- One or more equations did not get rendered due to their size.