Auto-Import icon indicating copy to clipboard operation
Auto-Import copied to clipboard

vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.

Results 92 Auto-Import issues
Sort by recently updated
recently updated
newest added

On my project, the extension works fine when importing regular classes, but does not appear recognize exported abstract classes. Although these classes can't be used on their own, they are...

This extension contributes the following to my status bar. Can you tell me what it represents? ![image](https://cloud.githubusercontent.com/assets/921609/21606417/4b578832-d1a7-11e6-9d9d-4a3c176607ee.png)

I had just installed vscode on OS X Sierra and was working on a component. I did not yet have this plugin installed. Here's the code: ``` import { Input,...

I was confused when I saw `master` was not up-to-date with the latest version available on the VSCode market place, then I realised this is the 1.1 branch. Can we...

Is it possible to add the ability to ignore a directory? Using Ionic2 I have a `.tmp` directory that is suggested by auto-import. I've tried to use `filesToScan` setting to...

When you use a static variable from within a module where it was declared, an import statement is created anyway, importing the module you're already in, and causing an error....

I could swear this was working before so maybe something broke on my end? It's still working to import my own custom modules and components (say, I made a service...

Sometimes, auto-import will suggest the current file to import: ![image](https://cloud.githubusercontent.com/assets/12608979/20640693/eade4332-b3ed-11e6-972b-8347ab707956.png) In this case, the default option / 1st result will add an import statement to the top of the file...

VSCode 1.7.0, Auto Import 1.2.2, Windows 10 When multiple options are available for imports, the first one will be inserted regardless of which one you pick.

For example: would love if I could add an '@Input' decorator, and have auto-import be able to bring it in for me.