vscode-js-annotations
vscode-js-annotations copied to clipboard
Status of this repo
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.
Thanks for all the hard work you put in @lannonbr, I think sometimes people don't appreciate open source creators enough. Cheers 🍻
Thanks @lannonbr . Any other plugins recommend with TS/JS project?
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.