Requests

langoustine.lsp.structures.SemanticTokensClientCapabilities.Requests
See theRequests companion object
case class Requests(range: Opt[Boolean | S0], full: Opt[Boolean | S1])

Value parameters

full

The client will send the textDocument/semanticTokens/full request if the server provides a corresponding handler.

range

The client will send the textDocument/semanticTokens/range request if the server provides a corresponding handler.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product