mono-repo-auto-import is an extension for people working in mono-repos that don't feel like manually fixing their imports every time vscode has added added a relative import instead of a package import.
Monorepo auto import depends on: eslint-plugin-monorepo
ctrl + shift + p
command + shift + p
fix monorepo imports
...
mono-repo-import.fixOnSave: boolean
| turn on/off automatic fix on save .
Prettier re-organizes imports on save which can cause strange side-effects (mono-repo-import will fix the wrong line-number)
- Initial release of monorepo-auto-import
- Update documentation
- Rename
format monorepo imports
tofix monorepo imports
- Add icon