Requests

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

Attributes

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.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product