aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/completion/complete_mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Properly handle nested submodules in the same fileKirill Bulatov2020-09-091-70/+79
* Move most of the logic into the completion moduleKirill Bulatov2020-09-091-21/+95
* Finally cretae the mod completion moduleKirill Bulatov2020-09-091-0/+39