Use Picker in ProjectSymbolsView

This commit is contained in:
Max Brunsfeld 2022-04-14 17:35:32 -07:00
parent 7b16860806
commit c75ffc583c
4 changed files with 155 additions and 244 deletions

View file

@ -11,6 +11,7 @@ doctest = false
editor = { path = "../editor" }
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
picker = { path = "../picker" }
project = { path = "../project" }
text = { path = "../text" }
settings = { path = "../settings" }