user4747148
user4747148

Reputation:

Sort "Open Files" in sidebar by alphabetical order?

Is there any way to sort the "Open Files" section in the sidebar by alphabetical order?

enter image description here

Upvotes: 17

Views: 4910

Answers (2)

CyclicUniverse
CyclicUniverse

Reputation: 133

sortTabs is the way to go as pointed out by Derrick. I would like to add, opening more than one instance of the same file, will not let the linter to work properly. sortTabs helps identify those duplicate instances. Although, written for Sublime Text 2, sortTabs also works well in ST3. Ctrl+Shift+P > sortTabs Menu > choose your sorting criteria.

Upvotes: 2

Darrick Herwehe
Darrick Herwehe

Reputation: 3742

The open files section of the sidebar is listed in the same order as the open tabs in the editor, so you can alphabetize the list by alphabetizing the tabs.

There is a plugin called SortTabs that will do this automatically. It also has a couple of other sorting options, including sorting by file type and last modified date.

Upvotes: 12

Related Questions