SignatureHelpClientCapabilities

case class SignatureHelpClientCapabilities(dynamicRegistration: Opt[Boolean], signatureInformation: Opt[SignatureInformation], contextSupport: Opt[Boolean])

Client Capabilities for a SignatureHelpRequest.

Value parameters:
contextSupport

The client supports to send additional context information for a textDocument/signatureHelp request. A client that opts into contextSupport will also support the retriggerCharacters on SignatureHelpOptions.

dynamicRegistration

Whether signature help supports dynamic registration.

signatureInformation

The client supports the following SignatureInformation specific properties.

Since:

3.15.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product