Allow searching of outline items

This commit is contained in:
Antonio Scandurra 2022-01-13 15:10:50 +01:00
parent 06ba1c64cf
commit d74658fdb5
3 changed files with 40 additions and 14 deletions

View file

@ -8,6 +8,7 @@ path = "src/outline.rs"
[dependencies]
editor = { path = "../editor" }
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
language = { path = "../language" }
text = { path = "../text" }