This is inspired by vscode-gengetset. I simplify it with only constructor generator and modify it with my purpose. Also I fixed the issue when the extension command can not work for multiple classes in one file. Since that project isn't maintained and out of date, I'm creating this to support my current need.
NOTE This is a fork from toanvc/typescript-constructor-generator. That extension seemed abandoned and behind on packages and bug fixes. This brings it up to date.
Changelog
v0.1.0
First version: Supporting only Generate Constructor command.
With 3 variables or less, the constructor has single line for inputs.
With 4 or more, the constructor will have single line for each variable.
v0.2.0
Fix issues
#1: Doesn't generate type properly when using lookup type