SemanticTokensWorkspaceClientCapabilities

langoustine.lsp.structures.SemanticTokensWorkspaceClientCapabilities
case class SemanticTokensWorkspaceClientCapabilities(refreshSupport: Opt[Boolean])

Value parameters

refreshSupport

Whether the client implementation supports a refresh request sent from the server to the client. Note that this event is global and will force the client to refresh all semantic tokens currently shown. It should be used with absolute care and is useful for situation where a server for example detects a project wide change that requires such a calculation.

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