Documentation

Lean.Server.Completion.CompletionResolution

Fills the CompletionItem.detail? field of item using the pretty-printed type identified by id.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def Lean.Server.Completion.resolveCompletionItem? (fileMap : FileMap) (hoverPos : String.Pos) (cmdStx : Syntax) (infoTree : Elab.InfoTree) (item : Lsp.CompletionItem) (id : Lsp.CompletionIdentifier) (completionInfoPos : Nat) :

    Fills the CompletionItem.detail? field of item using the pretty-printed type identified by id in the context found at hoverPos in infoTree.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For