rust/crates/ra_analysis
bors[bot] 184665ff9b Merge #315
315: Split completion into manageable components r=matklad a=matklad

The main idea here is to do completion in two phases:

* first, we figure out surrounding context
* then, we run a series of completers on the given context. 

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2018-12-21 22:04:32 +00:00
..
src Merge #315 2018-12-21 22:04:32 +00:00
tests organize completion tests better 2018-12-21 18:13:21 +03:00
Cargo.toml extract AtomEdit and Edit into new ra_text_edit crate 2018-12-10 22:09:12 +01:00