Implement selecting prev and next in outline view

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-01-13 16:44:06 +01:00
parent d74658fdb5
commit aee3bb98f2
3 changed files with 67 additions and 21 deletions

View file

@ -13,4 +13,5 @@ gpui = { path = "../gpui" }
language = { path = "../language" }
text = { path = "../text" }
workspace = { path = "../workspace" }
ordered-float = "2.1.1"
postage = { version = "0.4", features = ["futures-traits"] }