Sublime Forum

Project files in sidebar

#1

I can tell ST which folders to include in the Side Bar by putting something like this in the .sublime-project file:

“folders”:
[
{“name”: “configs”, “path”: “config”},
{“name”: “Versioned”, “path”: “SQLs/whatever_V”},
{“name”: “Recurring”, “path”: “SQLs/whatever_R”}
],

Those files are sorted in alphabetical order. Is it possible to reverse that order in the Side Bar?

0 Likes

#2

It is not currently possible to change the order of folders in the side-bar.

0 Likes