rust/crates/ide/src
Vlad Shcherbina e6fbb94edd Fix hover over field pattern shorthand
Instead of the information about the field, it now shows the information
about the local.

Fixes #6146
2020-10-14 21:22:00 +03:00
..
completion add eprintln in fmt-like postfix 2020-10-08 20:53:39 +02:00
diagnostics Use TextRange::contains_inclusive in fixes check 2020-10-12 11:32:22 +03:00
display rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
references Add fix for incorrect case diagnostic 2020-10-12 11:04:59 +03:00
syntax_highlighting Merge #6198 2020-10-12 14:44:34 +00:00
typing Trim all trailing whitespace in onEnter 2020-10-03 14:17:21 -04:00
call_hierarchy.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
call_info.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
completion.rs Add docs for dbgr and call 2020-10-14 16:23:51 +03:00
diagnostics.rs Use TextRange::contains_inclusive in fixes check 2020-10-12 11:32:22 +03:00
display.rs
doc_links.rs Bump pulldown-cmark 2020-10-13 20:41:49 +03:00
expand_macro.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
extend_selection.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
file_structure.rs
fixture.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
fn_references.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
folding_ranges.rs
goto_definition.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
goto_implementation.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
goto_type_definition.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
hover.rs Fix hover over field pattern shorthand 2020-10-14 21:22:00 +03:00
inlay_hints.rs Fix iterator hint shortening heuristic 2020-10-12 17:18:21 +02:00
join_lines.rs
lib.rs Improve prime_caches and display its progress 2020-10-12 13:35:01 +02:00
markdown_remove.rs add break after codeblocks 2020-10-06 16:34:38 +02:00
markup.rs
matching_brace.rs
parent_module.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
prime_caches.rs Improve prime_caches and display its progress 2020-10-12 13:35:01 +02:00
references.rs Add fix for incorrect case diagnostic 2020-10-12 11:04:59 +03:00
runnables.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
status.rs Properly name the field 2020-10-02 21:38:22 +03:00
syntax_highlighting.rs Skip macro matcher fragment name semantic highlighting 2020-10-10 23:21:12 +02:00
syntax_tree.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
typing.rs