aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/completion.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add ModuleScope as a queryAleksey Kladov2018-10-301-12/+23
| | | | | | | This is a first step towards queryifing completion and resolve. Some code currently duplicates ra_editor: the plan is to move all completion from ra_editor, but it'll take more than one commit.
* Move input to top-levelAleksey Kladov2018-10-251-1/+2
|
* Store all the data in the Salsa DatabaseAleksey Kladov2018-10-251-2/+3
|
* Complete crate:: pathsAleksey Kladov2018-10-241-0/+61