Method
IdeLspClientget_server_capabilities
Description
Gets the capabilities provided to us by the server after initializing.
This value is not available until after connecting and initializing the connection.
Gets property | Ide.LspClient:server-capabilities |
Return value
Type: GVariant
A GVariant
that is a
G_VARIANT_TYPE_VARDICT
or NULL
.
The data is owned by the instance. |
The return value can be NULL . |