Add a way to filter items in the outline panel (#13984)

https://github.com/zed-industries/zed/assets/2690773/145a7cf2-332c-46c9-ab2f-42a77504f54f

Adds a way to filter entries in the outline panel, by showing all
entries (even if their parents were collapsed) that fuzzy match a given
query.

Release Notes:

- Added a way to filter items in the outline panel
This commit is contained in:
Kirill Bulatov 2024-07-09 16:44:24 +03:00 committed by GitHub
parent 9a6f30fd95
commit 9b688655a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1072 additions and 870 deletions

View file

@ -18,6 +18,7 @@ collections.workspace = true
db.workspace = true
editor.workspace = true
file_icons.workspace = true
fuzzy.workspace = true
itertools.workspace = true
gpui.workspace = true
language.workspace = true

File diff suppressed because it is too large Load diff