Reputation: 23078
I have started learning ASP.NET Core 1.1 and Angular2 using an online course. The presentations are done in Visual Studio Code, but I am using Visual Studio 2017 Community Edition. Everything works fine, except for one thing: auto imports generation in TypeScript.
This can be easily obtain in VS Code by using Auto Import or TypeScript Hero extensions.
Question: is there a way to obtain imports auto-generation in Visual Studio 2017?
Upvotes: 0
Views: 1719
Reputation: 23078
I have noticed that this feature has been embedded within the latest version of Visual Studio 2017 - 15.2 (26430.14):
Upvotes: 1