soates / Auto-Import

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.
MIT License
165 stars 62 forks source link

Can't auto-import into TSX files. #32

Open jlews opened 8 years ago

jlews commented 8 years ago

Works perfectly in .ts files, and can also import from .tsx into .ts. However, the extension seems to not be running when editing a .tsx file.

adamiprinciples commented 8 years ago

+1 for this!

daslicht commented 8 years ago

same here:

daslicht commented 8 years ago

This seam to work with TSX Files : https://github.com/pmneo/ts-importer

azzgo commented 7 years ago

same here