SemanticTokens

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

Value parameters

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.

Attributes

Since

3.16.0

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