- pos : Lean.Position
- charUtf16 : Nat
A precomputed UTF-16
character
field as inLean.Lsp.Position
. We need to store this because LSP clients want us to report the range in terms of UTF-16, but converting a Unicode codepoint stored inLean.Position
to UTF-16 requires loading and mapping the target source file, which is IO-heavy. - endPos : Lean.Position
- endCharUtf16 : Nat
See
charUtf16
.
Store position information for declarations.
Instances For
- range : Lean.DeclarationRange
- selectionRange : Lean.DeclarationRange
Instances For
Instances For
def
Lean.addDeclarationRanges
{m : Type → Type}
[Lean.MonadEnv m]
(declName : Lake.Name)
(declRanges : Lean.DeclarationRanges)
:
m Unit
Instances For
def
Lean.findDeclarationRangesCore?
{m : Type → Type}
[Monad m]
[Lean.MonadEnv m]
(declName : Lake.Name)
:
Instances For
def
Lean.findDeclarationRanges?
{m : Type → Type}
[Monad m]
[Lean.MonadEnv m]
[MonadLiftT IO m]
(declName : Lake.Name)
: