Microsoft/vscode

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

Aperta

#252.076 aperta il 22 giu 2025

 (2 commenti) (0 reazioni) (1 assegnatario)TypeScript (39.847 fork)batch import
editor-parameter-hintsfeature-requesthelp wanted

Metriche repository

Star
 (184.936 stelle)
Metriche merge PR
 (Merge medio 11h 43m) (1000 PR mergiate in 30 g)

Descrizione

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.

Guida contributor