aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_dot.rs
Commit message (Collapse)AuthorAgeFilesLines
* adapt ide_api to the new APIAleksey Kladov2019-01-241-17/+15
|
* new struct idAleksey Kladov2019-01-241-15/+18
|
* Merge #574bors[bot]2019-01-201-18/+27
|\ | | | | | | | | | | | | | | | | 574: refactor completions to use TextEdit instead of InsertText r=matklad a=gfreezy 1. migrate from `insertText` to `TextEdit` from `CompleteItem` 2. use `insta` to test completions Co-authored-by: gfreezy <[email protected]>
| * use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-5/+9
| |
| * refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-6/+10
| |
| * refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-13/+14
| |
* | Implement beginnings of genericsFlorian Diebold2019-01-191-2/+4
|/ | | | | | | - add HIR for generic params - resolve generic params in type paths - add substitions for ADTs - insert type variables for substitutions
* remove Canceled from impl of ra_ide_apiAleksey Kladov2019-01-151-5/+3
|
* remove Cancelable from type inferenceAleksey Kladov2019-01-151-10/+5
|
* remove Cancelable from TyAleksey Kladov2019-01-151-4/+3
|
* remove Cancelable from funciton bodyAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from navigation targetAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from adt APIAleksey Kladov2019-01-151-1/+1
|
* args -> paramsFlorian Diebold2019-01-121-1/+1
|
* Complete inherent methodsFlorian Diebold2019-01-121-3/+56
|
* dont complete () if they are already thereAleksey Kladov2019-01-101-1/+1
|
* show field types in completionAleksey Kladov2019-01-091-7/+7
|
* fix usages after renameAleksey Kladov2019-01-081-0/+121