https://github.com/omermecitoglu/es-import-sorter
a VS Code Extension. Sorts automatically es style module imports in javascript files (js, jsx, ts, tsx)
https://github.com/omermecitoglu/es-import-sorter
Last synced: 4 months ago
JSON representation
a VS Code Extension. Sorts automatically es style module imports in javascript files (js, jsx, ts, tsx)
- Host: GitHub
- URL: https://github.com/omermecitoglu/es-import-sorter
- Owner: omermecitoglu
- License: mit
- Created: 2022-06-16T08:57:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T20:05:25.000Z (over 3 years ago)
- Last Synced: 2026-01-22T07:32:43.735Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 318 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ecmascript Import Sorter
VS Code Extension. Sorts automatically es style module imports in javascript files (js, jsx, ts, tsx)
## Features
* Sorts automatically when saving the file.
* Sorts the names in curly brackets.
## Extension Settings
soon...
## Known Issues
* none yet
## Release Notes
### 0.0.1
Initial release