Skip to content

Commit 72633ab

Browse files
authored
Trigger signature help on completion item selected (#2426)
Signed-off-by: sheche <[email protected]>
1 parent ade4178 commit 72633ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
246246
resolveAdditionalTextEditsSupport: true,
247247
advancedIntroduceParameterRefactoringSupport: true,
248248
actionableRuntimeNotificationSupport: true,
249-
shouldLanguageServerExitOnShutdown: true
249+
shouldLanguageServerExitOnShutdown: true,
250+
onCompletionItemSelectedCommand: "editor.action.triggerParameterHints",
250251
},
251252
triggerFiles,
252253
},

0 commit comments

Comments
 (0)