scope based comletion

This commit is contained in:
Aleksey Kladov
2018-08-26 12:09:28 +03:00
parent 4c121bfa2f
commit ac226021cf
8 changed files with 475 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ use libsyntax2::{
SyntaxNodeRef,
algo::{
Direction, siblings,
find_leaf_at_offset, ancestors,
find_leaf_at_offset,
},
};