rust-analyzer/crates/ra_ide/src
Jeremy Kolb 20d864807d Use the selection range when resolving call hierarchy items
Add a test in call_hierarchy that already passed

Fixes #5103
2020-07-01 07:56:15 -04:00
..
completion Make SemanticsScope non-generic 2020-07-01 09:34:45 +03:00
display Remove confusing API 2020-06-30 13:29:53 +02:00
references Remove duplication 2020-06-24 11:31:30 +02:00
syntax_highlighting Move test data to test_data directory 2020-07-01 11:26:09 +02:00
typing Remove duplication 2020-06-24 11:31:30 +02:00
call_hierarchy.rs Use the selection range when resolving call hierarchy items 2020-07-01 07:56:15 -04:00
call_info.rs Remove duplication 2020-06-24 11:31:30 +02:00
completion.rs Merge branch 'master' into keyword_completion 2020-06-13 08:42:15 +02:00
diagnostics.rs Simplify 2020-06-24 12:01:17 +02:00
display.rs Hover tooltip module name is monospace once again 2020-05-25 23:18:45 -04:00
expand_macro.rs Doc more features 2020-05-31 10:14:36 +02:00
extend_selection.rs Remove duplication 2020-06-24 11:31:30 +02:00
folding_ranges.rs Introduce EffectExpr 2020-05-02 11:21:39 +02:00
goto_definition.rs Rewrite goto definition tests 2020-06-30 13:03:08 +02:00
goto_implementation.rs Remove confusing API 2020-06-30 13:29:53 +02:00
goto_type_definition.rs Don't require module docs for Features and Assists 2020-05-31 09:59:38 +02:00
hover.rs Remove duplication 2020-06-24 11:31:30 +02:00
inlay_hints.rs Switch to expect for the rest of inlay tests 2020-06-30 21:55:21 +02:00
join_lines.rs Simlify with matches!() 2020-06-28 04:03:59 +03:00
lib.rs Update injection mechanism and stop injecting through highlight element, switch to more general new highlight tag, generic 2020-06-23 12:13:50 -04:00
matching_brace.rs Fix matchig brace for pipes 2020-06-25 10:16:06 +02:00
mock_analysis.rs Use Strings for display names 2020-07-01 10:03:07 +02:00
parent_module.rs Simplify 2020-06-24 12:01:17 +02:00
prime_caches.rs Update injection mechanism and stop injecting through highlight element, switch to more general new highlight tag, generic 2020-06-23 12:13:50 -04:00
references.rs Remove duplication 2020-06-24 11:31:30 +02:00
runnables.rs Refactor runnable tests 2020-06-30 14:12:55 +02:00
ssr.rs Fix some typos 2020-06-30 10:43:37 +10:00
status.rs Remove special casing for library symbols 2020-06-18 08:29:34 +02:00
syntax_highlighting.rs Remove unneeded code, filename from tests, fix rebasing issues 2020-06-27 11:38:34 -04:00
syntax_tree.rs Simplify 2020-06-24 12:30:54 +02:00
typing.rs Indent chain . even if there's more stuff afterwards 2020-06-11 17:13:24 +02:00