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
197 stars 21 forks source link

Not working with arrow function #17

Open SC7639 opened 4 years ago

SC7639 commented 4 years ago

I've found that the extension is only working with traditional functions, not arrow functions. I thought the extension wasn't working with my project for some reason until I tried the below in a test file.

image

BenDevelopment commented 4 years ago

Same for me: image

shigurenimo commented 3 years ago

Same here.

kamaladenalhomsi commented 3 years ago

Same here

scycer commented 2 years ago

same here still, is there any expectation to solve this in the near future?