emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
400 stars 47 forks source link

symbol order reshuffles on focus changes #15

Closed dsvensson closed 4 years ago

dsvensson commented 4 years ago

For example focus changes causes the list of symbols to be reordered, but also navigating around in the source code. It would be nice to have it sorted alphabetically.

yyoncho commented 4 years ago

Agreed. The plan is to add different kinds of sortings(e. g. by name, by type, by position in file).

yyoncho commented 4 years ago

proposed fix at: https://github.com/emacs-lsp/lsp-treemacs/pull/27