SemanticTokens

langoustine.lsp.structures$.SemanticTokens
See theSemanticTokens companion object
case class SemanticTokens(resultId: Opt[String], data: Vector[uinteger])

Attributes

data

The actual tokens.

resultId

An optional result id. If provided and clients support delta updating the client will include the result id in the next semantic token request. A server can then instead of computing all semantic tokens again simply send a delta.

Since:

3.16.0

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