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.

贡献者指南