- Just an initial release
- The plugin is now usable also on Windows
- It's now possible to use default exports in conjunction with named exports, results in
import foo, {bar} from './foo.js'
- It's possible to set ignored folders and allowed suffixes in settings
- Fixed bug when export index was not loaded properly after start, if the name of the project was same as any of ignored folders
- Supporting named exports
- Supporting namespace exports
- Supporting file imports
- Trailing semicolon for import formatting is now configurable
- Space between braces is now configurable
import {a} from
vsimport { a } from