Initial auto import action implementation

This commit is contained in:
Kirill Bulatov 2019-12-24 02:19:09 +02:00
parent d1330a4a65
commit 316795e074
10 changed files with 438 additions and 19 deletions

View file

@ -30,6 +30,7 @@ mod syntax_highlighting;
mod parent_module;
mod references;
mod impls;
mod imports_locator;
mod assists;
mod diagnostics;
mod syntax_tree;