about summary refs log tree commit diff
path: root/crates/ra_ide_api/src/completion/complete_dot.rs
AgeCommit message (Expand)AuthorLines
2019-03-02rename syntax_mapping as wellAleksey Kladov-2/+2
2019-03-02rename syntax-mapping -> source-mapAleksey Kladov-1/+1
2019-02-24move testing functionsAleksey Kladov-2/+1
2019-02-24simplifyAleksey Kladov-4/+4
2019-02-24move function rendering to presentationAleksey Kladov-9/+2
2019-02-24introduce completion presentationAleksey Kladov-20/+4
2019-02-17Unify with the autorefed/autoderefed receiver type during method resolutionFlorian Diebold-1/+1
2019-02-12Filter attributes from the completion details/labelLaurențiu Nicola-0/+20
2019-02-08reformat the worldAleksey Kladov-3/+1
2019-01-25Add docs to struct fieldsJeremy A. Kolb-2/+6
2019-01-25use positional ids for fieldsAleksey Kladov-2/+2
2019-01-24Merge #623bors[bot]-4/+5
2019-01-24adapt ide_api to the new APIAleksey Kladov-17/+15
2019-01-24new struct idAleksey Kladov-15/+18
2019-01-24Display type when completing tuplesJeremy Kolb-1/+15
2019-01-20Merge #574bors[bot]-18/+27
2019-01-20use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy-5/+9
2019-01-20refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy-6/+10
2019-01-19Implement beginnings of genericsFlorian Diebold-2/+4
2019-01-19refactor completions to use TextEdit instead of InsertTextgfreezy-13/+14
2019-01-15remove Canceled from impl of ra_ide_apiAleksey Kladov-5/+3
2019-01-15remove Cancelable from type inferenceAleksey Kladov-10/+5
2019-01-15remove Cancelable from TyAleksey Kladov-4/+3
2019-01-15remove Cancelable from funciton bodyAleksey Kladov-1/+1
2019-01-15remove Cancelable from navigation targetAleksey Kladov-1/+1
2019-01-15remove Cancelable from adt APIAleksey Kladov-1/+1
2019-01-12args -> paramsFlorian Diebold-1/+1
2019-01-12Complete inherent methodsFlorian Diebold-3/+56
2019-01-10dont complete () if they are already thereAleksey Kladov-1/+1
2019-01-09show field types in completionAleksey Kladov-7/+7
2019-01-08fix usages after renameAleksey Kladov-0/+121