oleg-shilo / codemap.vscode

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

Sorting #43

Closed figurcoe closed 4 years ago

figurcoe commented 4 years ago

It would be great, if the output could be sorted alphabetically, respecting namespaces, classes, ... Could it be a solution, to implement an alternative data structure being returned from the mapper? This way old code would keep on working flawlessly, but a new mapper could return more information about the structure of the code than it is possible righ now?

Opened with reference to #42.

oleg-shilo commented 4 years ago

Done. Please update to v1.16.0 The feature is controlled via codemap.sortingEnabled setting

figurcoe commented 4 years ago

Cool, thanks a lot, I'll give it a shot latest on the weekend...

Am September 23, 2020 10:33:03 AM UTC schrieb Oleg Shilo notifications@github.com:

Done. Please update to v1.16.0 The feature is controlled via codemap.sortingEnabled setting

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/oleg-shilo/codemap.vscode/issues/43#issuecomment-697278830

figurcoe commented 4 years ago

Seems to work, thanks. Would you see a possibility to also sort the trees in respect to each other?