I use Visual Studio Code to develop Angular 2 apps in Typescript. Is there any means to save the effort of writing constructors with its parameter list myself?
Would be great if the IDE could generate the constructor based on the class members like e.g. Eclipse can do it for Java.