View Source GenLSP.Structures.SemanticTokensWorkspaceClientCapabilities (gen_lsp v0.8.1)

@since 3.16.0

Link to this section Summary

Functions

Fields

  • refresh_support: Whether the client implementation supports a refresh request sent from the server to the client.

Link to this section Types

@type t() :: %GenLSP.Structures.SemanticTokensWorkspaceClientCapabilities{
  refresh_support: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.SemanticTokensWorkspaceClientCapabilities{}

View Source (struct)

fields

Fields

  • refresh_support: 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.