aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_dot.rs
Commit message (Collapse)AuthorAgeFilesLines
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
|
* Rename name field to ctor as wellFlorian Diebold2019-03-211-1/+1
|
* TypeName => TypeCtorFlorian Diebold2019-03-211-3/+3
|
* Remove the old variants replaced by Ty::ApplyFlorian Diebold2019-03-211-15/+12
|
* rename syntax_mapping as wellAleksey Kladov2019-03-021-2/+2
|
* rename syntax-mapping -> source-mapAleksey Kladov2019-03-021-1/+1
|
* move testing functionsAleksey Kladov2019-02-241-2/+1
|
* simplifyAleksey Kladov2019-02-241-4/+4
|
* move function rendering to presentationAleksey Kladov2019-02-241-9/+2
|
* introduce completion presentationAleksey Kladov2019-02-241-20/+4
| | | | | This module should remove completion rendering boilerplate from the "brains" of completion engine.
* Unify with the autorefed/autoderefed receiver type during method resolutionFlorian Diebold2019-02-171-1/+1
|
* Filter attributes from the completion details/labelLaurențiu Nicola2019-02-121-0/+20
|
* reformat the worldAleksey Kladov2019-02-081-3/+1
|
* Add docs to struct fieldsJeremy A. Kolb2019-01-251-2/+6
|
* use positional ids for fieldsAleksey Kladov2019-01-251-2/+2
|
* Merge #623bors[bot]2019-01-241-4/+5
|\ | | | | | | | | | | | | | | | | | | | | 623: WIP: module id is not def id r=matklad a=matklad This achieves two things: * makes module_tree & item_map per crate, not per source_root * begins the refactoring to remove universal `DefId` in favor of having separate ids for each kind of `Def`. Currently, only modules get a differnt ID though. Co-authored-by: Aleksey Kladov <[email protected]>
| * adapt ide_api to the new APIAleksey Kladov2019-01-241-17/+15
| |
| * new struct idAleksey Kladov2019-01-241-15/+18
| |
* | Display type when completing tuplesJeremy Kolb2019-01-241-1/+15
|/
* 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