rust-analyzer/crates/ra_ide_api/src
Ville Penttinen bb4521be1c Allow goto-definition to work for named fields in struct initializer
Now goto definition should work when done on a named field in a struct
initializer.
2019-02-27 17:51:59 +02:00
..
completion complete patterns 2019-02-24 23:50:02 +03:00
snapshots remove hard-coded query-group macro 2019-02-11 22:24:39 +03:00
assists.rs Assign IDs to assists 2019-02-24 14:00:00 +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 rename type to type_alias in the AST as well 2019-02-25 13:49:32 +03: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 Allow goto-definition to work for named fields in struct initializer 2019-02-27 17:51:59 +02:00
hover.rs Add support for hovering over the name of an item 2019-02-27 09:49:22 +02:00
impls.rs Turn ImplBlock into a copy type just containing IDs 2019-02-16 22:08:13 +01:00
lib.rs Add new type HoverResult to contain the results of hovering 2019-02-26 19:30:17 +02:00
marks.rs Allow goto-definition to work for named fields in struct initializer 2019-02-27 17:51:59 +02:00
mock_analysis.rs remove ignored macro tests 2019-02-19 20:06:53 +03:00
navigation_target.rs Rename Type => TypeAlias 2019-02-24 21:36:49 +01: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 rename type to type_alias in the AST as well 2019-02-25 13:49:32 +03:00
syntax_highlighting.rs remove hard-coded query-group macro 2019-02-11 22:24:39 +03:00