- Sort Lines Alphanumerically
- Adds a simple editor command to sort lines alphanumerically.
- 243 Installs
Readme
Overview
Sort Lines Alphanumerically makes it simple to organize a given selection of lines alphanumerically. This is most commonly used when writing CSS but it can be used in a variety of other cases.
Examples
See Images/extension in the repo here.
Usage
To run the command, highlight the text you want to sort and...
- Select the Editor → Sort Lines Alphanumerically menu item; or
- Open the command palette and type
Sort Lines Alphanumerically
or - Press Shift + Option + G
Changelog
Version 1.0.2
Removed embedded images from readme and replaced with link and added repo URL.
Version 1.0
Initial release