aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-27 15:59:56 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-27 15:59:56 +0000
commit84e47113e0ab581c1b2c207cbcb212aa86f83c4a (patch)
tree92ff5036db5a7bb4812b63f69d17402b88e3873f /crates/ra_ide_api/src/marks.rs
parente1dd31e7e284ef49c2de317a1a81da7a854ffc63 (diff)
parentc879f43186a30bd5ab6886600bd6fac8aff035b2 (diff)
Merge #906
906: Add support for goto definition and hover for struct fields r=matklad a=vipentti This works partially towards fixing #512 Co-authored-by: Ville Penttinen <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/src/marks.rs')
-rw-r--r--crates/ra_ide_api/src/marks.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_api/src/marks.rs b/crates/ra_ide_api/src/marks.rs
index 44d8fdf82..bcbe0d21b 100644
--- a/crates/ra_ide_api/src/marks.rs
+++ b/crates/ra_ide_api/src/marks.rs
@@ -2,6 +2,7 @@ test_utils::marks!(
2 inserts_parens_for_function_calls 2 inserts_parens_for_function_calls
3 goto_definition_works_for_methods 3 goto_definition_works_for_methods
4 goto_definition_works_for_fields 4 goto_definition_works_for_fields
5 goto_definition_works_for_named_fields
5 call_info_bad_offset 6 call_info_bad_offset
6 dont_complete_current_use 7 dont_complete_current_use
7); 8);