- Add config options for now showing messages and running on save
- Standardizing
./
for relative imports
- Add the option to fix all imports
- Allows for folders with multiple projects (thanks, @shroudedcode)
- Refactored code to make 100% of the logic testable and decoupled with vscode code (main.ts file vs extension.ts file)
- Added support for import aliases (as, show, hide)
- Allows this to work on both unix and windows systems (thanks, @ElZombieIsra)
- Updating dependencies
- Allowed for fixing imports in multi-project workspaces (thanks, @shyndman)
- Updating dependencies
- Better error messages.
- Fix regex, also update deps.
- Fix for files directly in the lib/ folder.
- Initial release, "Fix Imports" feature.