View source
typedef SignatureHelpRegistrationOptions
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Registration options for a SignatureHelpRequest.
Fields
optionaltriggerCharacters:Null<Array<String>>
The characters that trigger signature help automatically.
optionalretriggerCharacters:Null<Array<String>>
List of characters that re-trigger signature help.
These trigger characters are only active when signature help is already showing. All trigger characters are also counted as re-trigger characters.
Available since
3.15.0
.documentSelector:Null<DocumentSelector>
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.