In the Typescript 2.2 release blog post: https://blogs.msdn.microsoft.com/typescript/2017/02/22/announcing-typescript-2-2/ it is said that the following features are added and a video demo with VSC is provided.
Adding missing imports
Adding missing properties
Adding forgotten
this. to variables
Removing unused declarations
Implementing abstract members
I've started a project based on Typescript v2.2.2 and I'm suing vscode v1.11.2 but those features are not working. I saw that are some vscode extensions available that can do something similar, but I was looking for something official. Am I doing something wrong?