rust/crates/ra_ide_api/src
Ville Penttinen 816971ebc9 Implement basic support for Associated Methods and Constants
This is done in `infer_path_expr`. When `Resolver::resolve_path` returns
`PartiallyResolved`, we use the returned `Resolution` together with the given
`segment_index` to check if we can find something matching the segment at
segment_index in the impls for that particular type.
2019-02-21 12:25:55 +02:00
..
completion Implement basic support for Associated Methods and Constants 2019-02-21 12:25:55 +02:00
snapshots remove hard-coded query-group macro 2019-02-11 22:24:39 +03:00
assists.rs reformat the world 2019-02-08 14:49:43 +03:00
call_info.rs Be precise about the argument list 2019-02-14 10:28:48 -05:00
change.rs reformat the world 2019-02-08 14:49:43 +03:00
completion.rs Filter attributes from the completion details/label 2019-02-12 20:35:10 +02:00
db.rs make HirDatabase object-safe 2019-02-03 22:15:31 +03:00
diagnostics.rs reformat the world 2019-02-08 14:49:43 +03:00
extend_selection.rs reformat the world 2019-02-08 14:49:43 +03:00
goto_definition.rs Implement basic support for Associated Methods and Constants 2019-02-21 12:25:55 +02:00
hover.rs Implement basic support for Associated Methods and Constants 2019-02-21 12:25:55 +02:00
impls.rs Turn ImplBlock into a copy type just containing IDs 2019-02-16 22:08:13 +01:00
lib.rs Refactor find_all_refs to return ReferenceSearchResult 2019-02-17 13:40:43 +02:00
marks.rs fix regression in self-referential completion 2019-02-11 23:43:24 +03:00
mock_analysis.rs remove ignored macro tests 2019-02-19 20:06:53 +03:00
navigation_target.rs Refactor find_all_refs to return ReferenceSearchResult 2019-02-17 13:40:43 +02:00
parent_module.rs move crate for 2019-02-08 14:34:30 +03:00
references.rs Remove leading :: 2019-02-17 17:25:19 +02:00
runnables.rs reformat the world 2019-02-08 14:49:43 +03:00
status.rs reformat the world 2019-02-08 14:49:43 +03:00
symbol_index.rs Fix possible issue where unnamed is_symbol_def would pop stack wrongly 2019-02-13 18:02:18 +02:00
syntax_highlighting.rs remove hard-coded query-group macro 2019-02-11 22:24:39 +03:00