提交 c39efd9a 编写于 作者: M Matt Bierner

Move the SignatureContext.activeSignatureHelp api out of proposed

#67940
上级 a118203d
......@@ -3184,6 +3184,14 @@ declare module 'vscode' {
* typing a trigger character, a cursor move, or document content changes.
*/
readonly isRetrigger: boolean;
/**
* The currently active [`SignatureHelp`](#SignatureHelp).
*
* The `activeSignatureHelp` has its [`SignatureHelp.activeSignature`] field updated based on
* the user arrowing through available signatures.
*/
readonly activeSignatureHelp?: SignatureHelp;
}
/**
......
......@@ -1126,18 +1126,6 @@ declare module 'vscode' {
}
//#endregion
//#region SignatureHelpContext active parameters - mjbvz
export interface SignatureHelpContext {
/**
* The currently active [`SignatureHelp`](#SignatureHelp).
*
* The `activeSignatureHelp` has its [`SignatureHelp.activeSignature`] field updated based on
* the user arrowing through available signatures.
*/
readonly activeSignatureHelp?: SignatureHelp;
}
//#endregion
//#region CodeAction.isPreferred - mjbvz
export interface CodeAction {
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册