Microsoft/vscode

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

Open

#252076 opened on Jun 22, 2025

View on GitHub
 (2 comments) (0 reactions) (1 assignee)TypeScript (74,848 stars) (10,221 forks)batch import
editor-parameter-hintsfeature-requesthelp wanted

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.

Contributor guide