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

Svelte Auto Import

pivaszbs

|
65,103 installs
| (2) | Free
Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript, Javascript and svelte files
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.

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

importWithIntend - Use \t in script tag


Changelog

1.0.0

  • Release svelte with javascript and typescript imports and autocompletion
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft