When developing Angular 2 apps in Typescript using Visual Studio Code, one common task is writing constructors with their parameter list. Is there a way to save time and effort on this?
It would be really helpful if the IDE could automatically generate the constructor based on the class members, similar to how Eclipse can do it for Java.