Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Auto ImportNew to Visual Studio Code? Get it now.

Auto Import

steoates

|
2,968,919 installs
| (110) | Free
Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto Import

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

Big thanks to everyone who has used this over the years. If you have found this helped at all, feel free to buy me a coffee! (https://www.buymeacoffee.com/steoates)

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


  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft