Is there any way to filter symbols in Symbol Picker for one type of objects? #8948
-
I think using workspace symbol picker is good way to understand new codebases, something that can be really useful would be filtering symbols for selected types, f.e. only golang interfaces or rust traits. I've looked through documentation, but it seems like there's no such feature right now (unless I'm mistaken), maybe it would be good idea to add something like that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Not currently. There's some work in progress to refactor the picker to be a table where the symbol kind becomes one of the columns and you can filter on each column individually: #7265 |
Beta Was this translation helpful? Give feedback.
Not currently. There's some work in progress to refactor the picker to be a table where the symbol kind becomes one of the columns and you can filter on each column individually: #7265