aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/completion/complete_mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of MockAnalysisAleksey Kladov2020-10-021-2/+2
|
* Adjust the test commentKirill Bulatov2020-09-111-9/+16
|
* One more testKirill Bulatov2020-09-091-0/+15
|
* Rename the method to avoid false promisesKirill Bulatov2020-09-091-5/+5
|
* Fix the testsKirill Bulatov2020-09-091-1/+1
|
* Add testsKirill Bulatov2020-09-091-0/+153
|
* Properly handle mod.rs importsKirill Bulatov2020-09-091-47/+40
|
* Complete semicolon when neededKirill Bulatov2020-09-091-10/+23
|
* Properly reacto to keywordsKirill Bulatov2020-09-091-1/+7
|
* Less false positive completion candidatesKirill Bulatov2020-09-091-44/+59
|
* 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