zed2: Port outline view

This commit is contained in:
Julia 2023-12-04 11:44:32 -05:00
parent ee23fa43dc
commit 5ab6874ae9
7 changed files with 330 additions and 2 deletions

View file

@ -205,7 +205,7 @@ fn main() {
go_to_line::init(cx);
file_finder::init(cx);
// outline::init(cx);
outline::init(cx);
// project_symbols::init(cx);
project_panel::init(Assets, cx);
channel::init(&client, user_store.clone(), cx);