vscode-code-outline
vscode-code-outline copied to clipboard
search field and group by type
It would be useful to have a field for filtering Function, Metod,...
It would be nice to group items by type, like @: in symbol search.
Thanks.
Items are currently grouped by type and sorted alphabetically within the same type.
Unfortunately there's currently no API in vscode to implement a search field but I think @
in symbol search fulfills that purpose nicely.
Items are currently grouped by type and sorted alphabetically within the same type.
Is possible to allow the user to sort alphabetically or not?
Is there still no API for a search field? (As now the outline view has moved to a new sidebar (#70))
No, unfortunately not. However it's possible that VS Code will gain its own symbol tree in the upcoming weeks.