Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignatureHelpContext

Additional information about the context in which a SignatureHelpProvider was triggered.

层级

  • SignatureHelpContext

索引

Properties(4)

Readonly triggerKind

Action that caused signature help to be triggered.

Optional Readonly triggerCharacter

triggerCharacter: string

Character that caused signature help to be triggered.

This is undefined when signature help is not triggered by typing, such as when manually invoking signature help or when moving the cursor.

Readonly isRetrigger

isRetrigger: boolean

true if signature help was already showing when it was triggered.

Retriggers occur when the signature help is already active and can be caused by actions such as typing a trigger character, a cursor move, or document content changes.

Optional Readonly activeSignatureHelp

activeSignatureHelp: SignatureHelp

The currently active SignatureHelp.

The activeSignatureHelp has its [SignatureHelp.activeSignature] field updated based on the user arrowing through available signatures.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹