- item : Lsp.CompletionItem
- score : Float
Instances For
Equations
- Lean.Server.Completion.instInhabitedScoredCompletionItem = { default := { item := default, score := default } }
Equations
Instances For
def
Lean.Server.Completion.completeNamespaces
(ctx : Elab.ContextInfo)
(id : Name)
(danglingDot : Bool)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.Completion.completeNamespaces.visitNamespaces
(id : Name)
(danglingDot : Bool)
(add : Name → Name → Float → Lean.Server.Completion.M✝ Unit)
(ns ns' : Name)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.Completion.idCompletion
(params : Lsp.CompletionParams)
(completionInfoPos : Nat)
(ctx : Elab.ContextInfo)
(lctx : LocalContext)
(stx : Syntax)
(id : Name)
(hoverInfo : HoverInfo)
(danglingDot : Bool)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.Completion.dotCompletion
(params : Lsp.CompletionParams)
(completionInfoPos : Nat)
(ctx : Elab.ContextInfo)
(info : Elab.TermInfo)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.Completion.dotIdCompletion
(params : Lsp.CompletionParams)
(completionInfoPos : Nat)
(ctx : Elab.ContextInfo)
(lctx : LocalContext)
(id : Name)
(expectedType? : Option Expr)
:
Instances For
def
Lean.Server.Completion.fieldIdCompletion
(params : Lsp.CompletionParams)
(completionInfoPos : Nat)
(ctx : Elab.ContextInfo)
(lctx : LocalContext)
(id : Option Name)
(structName : Name)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.Completion.optionCompletion
(params : Lsp.CompletionParams)
(completionInfoPos : Nat)
(ctx : Elab.ContextInfo)
(stx : Syntax)
(caps : Lsp.ClientCapabilities)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.Completion.tacticCompletion
(params : Lsp.CompletionParams)
(completionInfoPos : Nat)
(ctx : Elab.ContextInfo)
:
Equations
- One or more equations did not get rendered due to their size.