Documentation
Lean
.
Server
.
Completion
Search
return to top
source
Imports
Lean.Server.RequestCancellation
Std.Data.HashMap
Lean.Server.Completion.CompletionCollectors
Imported by
Lean
.
Server
.
Completion
.
find?
source
def
Lean
.
Server
.
Completion
.
find?
(
params
:
Lsp.CompletionParams
)
(
fileMap
:
FileMap
)
(
hoverPos
:
String.Pos
)
(
cmdStx
:
Syntax
)
(
infoTree
:
Elab.InfoTree
)
(
caps
:
Lsp.ClientCapabilities
)
:
CancellableM
Lsp.CompletionList
Equations
Instances For