confluentinc / confluentinc/vscode

Add "filter" functionality for our primary views

Open
#497 1 comment 0 reactions 3 assignees Assigned to @jlrobins View on GitHub
needs UI/UX Review usability
Dominant language
TypeScript
Stars
34
Forks
17
Avg merge
1d 22h
Merged PRs (30d)
8

Description

Similar to https://github.com/confluentinc/vscode/issues/496, we could add a "filter" action on (Resources, Topics, Schemas) views with many items. This would likely involve:
- prompting the user with an input box
- saving the provided filter value to workspace state (e.g. `.filter`)
- refreshing the associated view
- looking up the filter within the view's `getChildren()` method and only returning items matching the filter

This would also require a "clear filter" command to restore full visibility to the view.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.