sunmorgus / vscode-symbolexplorer

A simple vscode extension to provide and explorer view of the symbols in the active document.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting/Grouping of Symbols

sunmorgus opened this issue · comments

Add support for sorting and grouping of symbols:

  1. Allow drag/drop of symbols to edit the active document
  2. Add "Sort" button to view header (alphabetically?) (take grouping into account)
  3. Add option to group by region and/or accessor for languages that support it
  4. Group symbols by configurable variables (accessor, region, class, etc)

Grouping completed with #6. Now to figure out the sorting!