vscode-js-annotations icon indicating copy to clipboard operation
vscode-js-annotations copied to clipboard

Status of this repo

Open lannonbr opened this issue 5 years ago • 3 comments

Just so people can have a definitive source for this: I am no longer actively maintaining this extension. Working on other things now and this was more of a pet project that I wanted for myself in JS projects.

Now, if someone wants to continue the reigns of this project, I wholeheartedly approve of a hard fork of this repo, and if you get it off the ground again, I can point people to stop using this extension and instead use yours.

lannonbr avatar May 22 '20 00:05 lannonbr

Thanks for all the hard work you put in @lannonbr, I think sometimes people don't appreciate open source creators enough. Cheers 🍻

arronhunt avatar May 22 '20 05:05 arronhunt

Thanks @lannonbr . Any other plugins recommend with TS/JS project?

leohxj avatar May 26 '20 14:05 leohxj

I've just released an extension that does the same: https://github.com/imliam/vscode-inline-parameters

It was originally just for PHP, but since I saw this was no longer maintained I also pulled in the AST parsing logic to support JS/TS in it too. It uses a different mechanism to get the parameter names (using hover providers) so may behave a little differently than this extension, but I intend to support it and continue adding to it.

imliam avatar Jun 07 '20 12:06 imliam