Missing properties quickfix does not handle generic parameters #47746
Labels
Bug
A bug in TypeScript
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Help Wanted
You can do this
Milestone
Bug Report
🔎 Search Terms
quickfix missing properties generic parameter
🕗 Version & Regression Information
The quickfix was added in #44576 (cc @a-tarasyuk) but it doesn't appear to handle generic parameters.
💻 Code
🙁 Actual behavior
The following is generated by the quickfix:
🙂 Expected behavior
I would expect to see
string
instead ofT
:The text was updated successfully, but these errors were encountered: