aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/completion/completion_context.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix the testsKirill Bulatov2020-09-091-3/+5
|
* Complete semicolon when neededKirill Bulatov2020-09-091-4/+4
|
* Properly reacto to keywordsKirill Bulatov2020-09-091-2/+5
|
* Move most of the logic into the completion moduleKirill Bulatov2020-09-091-2/+3
|
* Finally cretae the mod completion moduleKirill Bulatov2020-09-091-17/+1
|
* Properly handle special cases (binaries, mod.rs)Kirill Bulatov2020-09-091-3/+1
|
* Exclude special filesKirill Bulatov2020-09-091-3/+0
|
* Happy path implementedKirill Bulatov2020-09-091-1/+1
|
* Better APIKirill Bulatov2020-09-091-5/+4
|
* First steps for mod<|> completionKirill Bulatov2020-09-091-2/+23
|
* Complete `pub` in fieldsAleksey Kladov2020-08-251-3/+7
|
* :arrow_up: ungrammarAleksey Kladov2020-08-211-1/+1
|
* Rename hypothetical -> speculativeAleksey Kladov2020-08-141-1/+1
|
* Remove Hygiene from completionAleksey Kladov2020-08-131-38/+53
|
* MinorAleksey Kladov2020-08-131-6/+12
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+465