aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/complete_scope.rs
Commit message (Expand)AuthorAgeFilesLines
* Fixes to more accurately give complete_scope completionsSteffen Lyngbaek2020-03-191-12/+5
* - Exclude Local Scope for BindPatsSteffen Lyngbaek2020-03-191-51/+12
* Completition for type name? #3418Steffen Lyngbaek2020-03-191-1/+106
* Add test, remove printlnsFlorian Diebold2020-03-161-0/+53
* Attempt to implement ranking of rules when none matches perfectly (wip)Florian Diebold2020-03-161-1/+38
* Add test for completion of unresolved itemsAleksey Kladov2020-03-131-0/+34
* Fix completion testsAleksey Kladov2020-03-121-0/+2
* Introduce completion test utilsAleksey Kladov2020-03-111-3/+3
* Try to complete within macrosFlorian Diebold2020-03-071-1/+69
* Support function's completion snippetAvishay Matayev2020-03-041-1/+1
* Refactor primary IDE APIAleksey Kladov2020-02-261-3/+1
* Remove hard-coded auto-import during completionAleksey Kladov2020-02-091-128/+3
* Rename add import assistKirill Bulatov2020-02-071-7/+2
* Code review fixesKirill Bulatov2020-02-021-15/+11
* Require ModPath for importingKirill Bulatov2020-02-021-24/+47
* Rudimentary name resolution for local itemsAleksey Kladov2019-12-221-0/+37
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+876