WorkspaceClientCapabilities

langoustine.lsp.structures.WorkspaceClientCapabilities
See theWorkspaceClientCapabilities companion object

Workspace specific client capabilities.

Value parameters

applyEdit

The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'

codeLens

Capabilities specific to the code lens requests scoped to the workspace. since 3.16.0.

configuration

The client supports workspace/configuration requests. since 3.6.0

diagnostics

Capabilities specific to the diagnostic requests scoped to the workspace. since 3.17.0.

didChangeConfiguration

Capabilities specific to the workspace/didChangeConfiguration notification.

didChangeWatchedFiles

Capabilities specific to the workspace/didChangeWatchedFiles notification.

executeCommand

Capabilities specific to the workspace/executeCommand request.

fileOperations

The client has support for file notifications/requests for user operations on files. Since 3.16.0

inlayHint

Capabilities specific to the inlay hint requests scoped to the workspace. since 3.17.0.

inlineValue

Capabilities specific to the inline values requests scoped to the workspace. since 3.17.0.

semanticTokens

Capabilities specific to the semantic token requests scoped to the workspace. since 3.16.0.

symbol

Capabilities specific to the workspace/symbol request.

workspaceEdit

Capabilities specific to WorkspaceEdits.

workspaceFolders

The client has support for workspace folders. since 3.6.0

Attributes

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