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

Annotations for rest-parameters are pretty much useless #24

Open leodr opened 4 years ago

leodr commented 4 years ago

Currently the extension writes out every annotation for rest parameters like this: image

I'd say annotations for rest-parameters could just be disabled or toggled with an option.

amitbeck commented 4 years ago

It's won't be so irrelevant in TypeScript 4.0 with its labeled tuples