Microsoft/vscode

Feature Request: Auto-Trigger Parameter Hints When Cursor Enters Parentheses

オープン

#252,076 opened on 2025/06/22

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (39,847 件のフォーク)batch import
editor-parameter-hintsfeature-requesthelp wanted

Repository metrics

Stars
 (184,936 個のスター)
PR merge metrics
 (平均マージ 11h 43m) (30d で 1,000 merged PRs)

説明

Type: Feature Request

Feature Request: Auto-Trigger Parameter Hints When Cursor Enters Parentheses

AFAIK parameter hints are only show when:

  • Typing ( or , within a function
  • Invoked via keyboard shortcut

It would be nice if it was possible to have the parameter hint shown automatically if the cursor is inside () and automatically hide the parameter hint when the cursor leaves ().

This would eliminate the need of manually triggering the parameter hints.

コントリビューターガイド