You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to enable searching and filtering in contributed tree-views when typing similarly to trees contributed by the framework (ex: explorer, scm, outline). The tree search and filtering is supported in vscode, and should be supported by tree-views contributed by plugins as well.
Steps to Reproduce:
start the application
open the explorer, and ensure that npm scripts tree-view part is visible
attempt to search in it by typing - nothing occurs
attempt the same use-case in vscode - tree search and filtering is supported
Additional Information
Operating System: all
Theia Version:
The text was updated successfully, but these errors were encountered:
@idoprz can you clarify which tree(s) you were expecting the filtering for?
The filtering occurs for the following trees as part of the application (corresponding review):
Hi,
I mean on trees from extensions. Right now it only works for the "build in extensions" as you said explorer, scm, outline.
On VSCode the filter works for extensions trees as well.
vince-fugnitto
changed the title
filter on trees
tree-view: enable tree search and filtering for trees contributed by plugins
Jun 2, 2021
@idoprz I took the liberty of updating the title and description and use-case (npm scripts) so things are a bit clearer.
Is this question in the development plan for the next release? I've had the same problem with no search function when there are long lists in extension and the experience is really not good.
Bug Description:
The goal is to enable searching and filtering in contributed tree-views when typing similarly to trees contributed by the framework (ex:
explorer
,scm
,outline
). The tree search and filtering is supported in vscode, and should be supported by tree-views contributed by plugins as well.Steps to Reproduce:
npm scripts
tree-view part is visibleAdditional Information
The text was updated successfully, but these errors were encountered: