oleg-shilo / codemap.vscode

Code map (syntax tree) of the active document
MIT License
85 stars 28 forks source link

Tree in alphabetical order #6

Closed BassLineHUN closed 4 years ago

BassLineHUN commented 6 years ago

Hello,

Is it possible to make a function list with alphabetical order? I am using this nice plugin for a special programing language where would be easier to search in this alphabetical order rather than presence.

If you have any idea for it please let me know. Regards,

Joe

oleg-shilo commented 6 years ago

It is a rather difficult one. Sorting can only make sense for a flat list functions. However codemap is generated for of classes with sub-classes then alphabetical sorting becomes problematic:

classA
   classB
      member10
      member77
   classD
      member1
      member2
classC
   member0