SignatureHelpConfig

data class SignatureHelpConfig(val keymap: Boolean = true)

Configuration for signatureHelp.

Mirrors the shape of the options object upstream @codemirror/lsp-client's signatureHelp accepts.

Parameters

keymap

When true (the default), the signatureKeymap default bindings are installed at high precedence. Pass false to bind the showSignatureHelp/nextSignature/prevSignature commands yourself.

Constructors

Link copied to clipboard
constructor(keymap: Boolean = true)

Properties

Link copied to clipboard