imliam / vscode-inline-parameters

An extension for Visual Studio Code that adds inline parameter annotations when calling a function.
https://marketplace.visualstudio.com/items?itemName=liamhammett.inline-parameters
MIT License
196 stars 22 forks source link

Wrong parameter name when there are two type parameters #36

Open RichardLuo0 opened 3 years ago

RichardLuo0 commented 3 years ago

I am writing in typescript. image The last one should be "c".

tonyitocolejc commented 3 years ago

Same thing is happening for me.