How to sort text lines? Randd Created March 16, 2014 14:09 I need to sort text lines but didn't find how!
http://plugins.jetbrains.com/plugin/5919?pr=phpStorm
The String Manipulation plugin does a bunch of different kinds of line sorting, and a whole lot more. Highly recommended
Piotr Dobrogost That's exactly how I got here, the 2nd result. Are you trynna get me into an infinite loop or what? :D
Seems like you need a plugin for it. Sometimes it's just better to start a shell (windows/mac/linux) and run 'sort', paste in the lines you want sorted, press ctrl-d on mac/linux or ctrl-z on windows and copy-paste the response back.
@... to me it was first result indeed :D
For me it was the 3rd (String Manipulation). Thanks