vscode-code-outline icon indicating copy to clipboard operation
vscode-code-outline copied to clipboard

search field and group by type

Open Danieleeee opened this issue 7 years ago • 4 comments

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.

Danieleeee avatar Jun 12 '17 14:06 Danieleeee

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.

patrys avatar Jun 12 '17 15:06 patrys

Items are currently grouped by type and sorted alphabetically within the same type.

Is possible to allow the user to sort alphabetically or not?

Danieleeee avatar Jun 13 '17 14:06 Danieleeee

Is there still no API for a search field? (As now the outline view has moved to a new sidebar (#70))

tlawrenz avatar May 14 '18 10:05 tlawrenz

No, unfortunately not. However it's possible that VS Code will gain its own symbol tree in the upcoming weeks.

patrys avatar May 14 '18 11:05 patrys