CR_SortLines - Sort Lines in Visual Studio Code Editor via DXCore

downloads, vs, coderush comments edit

UPDATE: CR_SortLines has found a new home with the DXCore Community Plugins project. Head over there to get the latest and read more!

Just like I use the “Join Lines” function a lot, I also sort lines a lot in text editing. That’s another feature Visual Studio didn’t have that I wanted - the ability to sort lines.

CR_SortLines adds a command (“Sort Lines”) that you can bind to a keyboard shortcut (Ctrl+F9 is what I use) and will sort lines in the code editor.

CR_SortLines in
action

Installation is as easy as copying a DLL into a folder and adding the keyboard shortcut. The included readme.txt outlines installation, usage, and workarounds for known issues.

Requires DXCore 1.1.40 or later (DXCore is a FREE download from Developer Express - go get it!). UPDATE: CR_SortLines has found a new home with the DXCore Community Plugins project. Head over there to get the latest and read more!

Version History: 1.0.0.0906: First release.

Comments