Staircase Imports for VSCodeStaircase Imports is currently in development. Expect bugs and missing features.Contributions and suggestions are welcome! Feel free to open an issue or submit a pull request on our GitHub repository. OverviewStaircase Imports formats your import statements into a staircase like structure, ensuring that your imports are organized and look cool. UsageSimply work on your Python files as usual. When you save your file, Staircase Imports automatically formats the import statements in your file, organizing them into a neat structure. Supported Languages
Installation
Extension Settings
For example: ascending:
descending:
Settings Preview:LicenseThis extension is licensed under MIT License. Release NotesCheck out the Changelog for all important updates! Known Issues1. When declaring multi-line imports, pay attention to where you place opening/closing brackets or parentheses. The extension will skip over multi-line imports that don't use the correct bracket placement. Incorrect bracket placement:
Correct bracket placement:
Same goes for Python: Incorrect bracket placement:
Correct bracket placement:
Enjoy! |