Alexei - check Codidact
Alexei - check Codidact

Reputation: 23078

Is there a Visual Studio 2017 extension to allow automatic import generation in TypeScript modules?

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

Answers (1)

Alexei - check Codidact
Alexei - check Codidact

Reputation: 23078

I have noticed that this feature has been embedded within the latest version of Visual Studio 2017 - 15.2 (26430.14):

Auto import Angular 2 classes

Upvotes: 1

Related Questions