Closed figurcoe closed 4 years ago
Done. Please update to v1.16.0
The feature is controlled via codemap.sortingEnabled
setting
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
Seems to work, thanks. Would you see a possibility to also sort the trees in respect to each other?
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.