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
164 stars 62 forks source link

Auto Import

Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX.

Multi-root workspace Ready!



Configuration

filesToScan - Glob for which files in your workspace to scan, defaults to '*/.{ts, tsx}'

showNotifications - Controls if the annoying notifications should be shown, defaults to false

doubleQuotes - Use double quotes rather than single

spaceBetweenBraces - Difference between import {test} and import { test }

autoComplete - Adds found items to intellisense and automatically imports then

useSemiColon - Use ; at the end of a line e.g Import from ./app or Import from ./app; - Default True


Changelog

1.5.3

1.5.2

1.2.2

1.2.1

1.0.2/1.0.3

1.0.1

32swinnqchdncsrvqcnb4wzr2t3e5nopblvhsbhkky4sj2dhyp7a

1.0

0.9

0.8.1

0.8

0.7 / 0.7 / 0.7.2

0.6.0

0.5.1


Todo