Microsoft/vscode

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

開放

#252,076 建立於 2025年6月22日

 (2 則留言) (0 個反應) (1 位負責人)TypeScript (39,847 個分叉)batch import
editor-parameter-hintsfeature-requesthelp wanted

倉庫指標

星標
 (184,936 顆星)
PR 合併指標
 (平均合併 11小時 43分鐘) (30 天內合併 1,000 個 PR)

描述

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.

貢獻者指南