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
..
2018-12-21 22:04:32 +00:00
2018-12-21 18:13:21 +03:00