Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

Support sort by name #8

Closed dexbg closed 9 years ago

dexbg commented 9 years ago

Can you add sorting capability so I can sort by name the functions list. It is much easier for me to find specific function if the functions list is sorted.

Hirse commented 9 years ago

There actually is a sorting capability. The sorting is simply not enabled by default. Go to View -> Outline: Sort Functions to toggle sorting of the list.