This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
Showing the wrong parameter names when a type is defined inline #64
Labels
bug
Something isn't working
VS Code Version: 1.30.2
Extension Version: 0.10.0
What's the issue:
In a Typescript file, when there's a function parameter which is defined inline and it function is called, the following parameter names are shown wrongly.
(Should be
bar1
, notfieldB
)The text was updated successfully, but these errors were encountered: