Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TreeView: Support search/filtering in the whole data model #88530

Closed
weinand opened this issue Jan 13, 2020 · 2 comments
Closed

TreeView: Support search/filtering in the whole data model #88530

weinand opened this issue Jan 13, 2020 · 2 comments
Assignees

Comments

@weinand
Copy link
Contributor

weinand commented Jan 13, 2020

For #88527 I need a TreeView feature that allows to search in a non-lazy Tree (i.e. a tree where the whole data model exists upfront).

For #88526 I switched the implementation of the LoadedScriptsView to use the WorkbenchCompressibleAsyncDataTree where the search/filtering functionality only works on the already seen parts of the tree model.

@joaomoreno
Copy link
Member

In order to get this to work we need to move away from the async data tree.

@weinand
Copy link
Contributor Author

weinand commented Jan 16, 2020

After moving to the sync data tree, this is no longer an issue for me (and can be closed).

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants