langoustine.lsp.structures.CodeLensRegistrationOptions
See theCodeLensRegistrationOptions companion object
case class CodeLensRegistrationOptions(documentSelector: Opt[DocumentSelector], resolveProvider: Opt[Boolean])
Registration options for a [[CodeLensRequest]]
.
Value parameters
- documentSelector
-
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.
- resolveProvider
-
Code lens has a resolve provider as well.
Attributes
- Companion
- object
- Source
- structures.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article