“Sort Lines in Selection” for Xcode 4

前端 未结 5 1623
孤街浪徒
孤街浪徒 2021-02-01 20:09

I like Textmate\'s \"Sort Lines in Selection\" feature a lot. Is there something similar for Xcode 4? If not, what would be the best way to integrate such a feature (a plugin, A

5条回答
  •  青春惊慌失措
    2021-02-01 20:47

    After 4 years Xcode still doesn't have this feature builtin, but now it supports extensions. So here you go: "xcsort" is an extension to sort text in Xcode 8. It adds a command to sort lines in selection.

提交回复
热议问题