Microsoft/vscode

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

Aberta

#252.076 aberto em 22 de jun. de 2025

 (2 comentários) (0 reação) (1 responsável)TypeScript (39.847 forks)batch import
AndroidEnhancementGood first issueeditor-parameter-hintsfeature-requesthelp wantediOS

Métricas do repositório

Stars
 (184.936 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador