Idris2Doc : Language.LSP.Message.CodeLens

Language.LSP.Message.CodeLens

(source)

Definitions

recordCodeLensClientCapabilities : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_codeLens

Totality: total
Visibility: public export
Constructor: 
MkCodeLensClientCapabilities : MaybeBool->CodeLensClientCapabilities

Projection: 
.dynamicRegistration : CodeLensClientCapabilities->MaybeBool

Hints:
FromJSONCodeLensClientCapabilities
ToJSONCodeLensClientCapabilities
.dynamicRegistration : CodeLensClientCapabilities->MaybeBool
Totality: total
Visibility: public export
dynamicRegistration : CodeLensClientCapabilities->MaybeBool
Totality: total
Visibility: public export
recordCodeLensOptions : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_codeLens

Totality: total
Visibility: public export
Constructor: 
MkCodeLensOptions : MaybeBool->MaybeBool->CodeLensOptions

Projections:
.resolveProvider : CodeLensOptions->MaybeBool
.workDoneProgress : CodeLensOptions->MaybeBool

Hints:
FromJSONCodeLensOptions
ToJSONCodeLensOptions
.workDoneProgress : CodeLensOptions->MaybeBool
Totality: total
Visibility: public export
workDoneProgress : CodeLensOptions->MaybeBool
Totality: total
Visibility: public export
.resolveProvider : CodeLensOptions->MaybeBool
Totality: total
Visibility: public export
resolveProvider : CodeLensOptions->MaybeBool
Totality: total
Visibility: public export
recordCodeLensRegistrationOptions : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_codeLens

Totality: total
Visibility: public export
Constructor: 
MkCodeLensRegistrationOptions : MaybeBool->MaybeBool->OneOf [DocumentSelector, Null] ->CodeLensRegistrationOptions

Projections:
.documentSelector : CodeLensRegistrationOptions->OneOf [DocumentSelector, Null]
.resolveProvider : CodeLensRegistrationOptions->MaybeBool
.workDoneProgress : CodeLensRegistrationOptions->MaybeBool

Hints:
FromJSONCodeLensRegistrationOptions
ToJSONCodeLensRegistrationOptions
.workDoneProgress : CodeLensRegistrationOptions->MaybeBool
Totality: total
Visibility: public export
workDoneProgress : CodeLensRegistrationOptions->MaybeBool
Totality: total
Visibility: public export
.resolveProvider : CodeLensRegistrationOptions->MaybeBool
Totality: total
Visibility: public export
resolveProvider : CodeLensRegistrationOptions->MaybeBool
Totality: total
Visibility: public export
.documentSelector : CodeLensRegistrationOptions->OneOf [DocumentSelector, Null]
Totality: total
Visibility: public export
documentSelector : CodeLensRegistrationOptions->OneOf [DocumentSelector, Null]
Totality: total
Visibility: public export
recordCodeLensParams : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_codeLens

Totality: total
Visibility: public export
Constructor: 
MkCodeLensParams : MaybeProgressToken->MaybeProgressToken->TextDocumentIdentifier->CodeLensParams

Projections:
.partialResultToken : CodeLensParams->MaybeProgressToken
.textDocument : CodeLensParams->TextDocumentIdentifier
.workDoneToken : CodeLensParams->MaybeProgressToken

Hints:
FromJSONCodeLensParams
ToJSONCodeLensParams
.workDoneToken : CodeLensParams->MaybeProgressToken
Totality: total
Visibility: public export
workDoneToken : CodeLensParams->MaybeProgressToken
Totality: total
Visibility: public export
.partialResultToken : CodeLensParams->MaybeProgressToken
Totality: total
Visibility: public export
partialResultToken : CodeLensParams->MaybeProgressToken
Totality: total
Visibility: public export
.textDocument : CodeLensParams->TextDocumentIdentifier
Totality: total
Visibility: public export
textDocument : CodeLensParams->TextDocumentIdentifier
Totality: total
Visibility: public export
recordCodeLens : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_codeLens

Totality: total
Visibility: public export
Constructor: 
MkCodeLens : Range->MaybeCommand->MaybeJSON->CodeLens

Projections:
.command : CodeLens->MaybeCommand
.data_ : CodeLens->MaybeJSON
.range : CodeLens->Range

Hints:
FromJSONCodeLens
ToJSONCodeLens
.range : CodeLens->Range
Totality: total
Visibility: public export
range : CodeLens->Range
Totality: total
Visibility: public export
.command : CodeLens->MaybeCommand
Totality: total
Visibility: public export
command : CodeLens->MaybeCommand
Totality: total
Visibility: public export
.data_ : CodeLens->MaybeJSON
Totality: total
Visibility: public export
data_ : CodeLens->MaybeJSON
Totality: total
Visibility: public export
recordCodeLensWorkspaceClientCapabilities : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#codeLens_refresh

Totality: total
Visibility: public export
Constructor: 
MkCodeLensWorkspaceClientCapabilities : MaybeBool->CodeLensWorkspaceClientCapabilities

Projection: 
.refreshSupport : CodeLensWorkspaceClientCapabilities->MaybeBool

Hints:
FromJSONCodeLensWorkspaceClientCapabilities
ToJSONCodeLensWorkspaceClientCapabilities
.refreshSupport : CodeLensWorkspaceClientCapabilities->MaybeBool
Totality: total
Visibility: public export
refreshSupport : CodeLensWorkspaceClientCapabilities->MaybeBool
Totality: total
Visibility: public export