-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
Bug Report
π Search Terms
signature help missing errors
π Version & Regression Information
Saw this for the first time a few months ago, but could be older.
β― Playground Link
Playground link with relevant code
π» Code
declare function f(x: string, y: number): any;
// 1. Put cursor inside call parens
// 2. Request signature help with cmd+shift+space
// 3. Type a quote mark
// 4. Observed behavior: no squigglies
f()
π Actual behavior
No error after following instructions, until making another edit elsewhere / with signature help closed
π Expected behavior
Arity error on the call
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issue