rust/crates/ra_ide/src
bors[bot] e644f64f2a
Merge #4678
4678: Unsquish parameter types in tooltips for macro-generated functions r=aloucks a=aloucks

Note the missing whitespace between `:` and the parameter type.

Before:
![image](https://user-images.githubusercontent.com/221559/83364680-faf13d80-a370-11ea-96b7-a041969a4954.png)

After:
![image](https://user-images.githubusercontent.com/221559/83364685-03e20f00-a371-11ea-9668-4e6ebcb81947.png)


Co-authored-by: Aaron Loucks <aloucks@cofront.net>
2020-06-03 11:27:10 +00:00
..
completion Move the rest of the features to generated docs 2020-05-31 11:29:19 +02:00
display Merge #4678 2020-06-03 11:27:10 +00:00
references KISS SourceChange 2020-05-22 18:04:26 +02:00
snapshots Add highlight support for unsafe fn calls and raw ptr deref 2020-06-02 18:54:00 -04:00
syntax_highlighting Add highlight support for unsafe fn calls and raw ptr deref 2020-06-02 18:54:00 -04:00
typing Less rust-analyzer specific onEnter 2020-05-25 14:28:47 +02:00
call_hierarchy.rs Propogate fixture meta to AnalysisHost 2020-05-16 15:23:43 +03:00
call_info.rs Switch to new magic marks 2020-05-20 13:02:53 +02:00
completion.rs Add basic hover and completion doc tests for macro generated items 2020-06-03 06:46:07 -04:00
diagnostics.rs Fixed missing newline on each field on "Missing structure fields". 2020-05-27 13:15:19 -03: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 Don't require module docs for Features and Assists 2020-05-31 09:59:38 +02:00
folding_ranges.rs Introduce EffectExpr 2020-05-02 11:21:39 +02:00
goto_definition.rs Don't require module docs for Features and Assists 2020-05-31 09:59:38 +02:00
goto_implementation.rs Don't require module docs for Features and Assists 2020-05-31 09:59:38 +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 Consolidate documentation expansion and merging 2020-06-03 06:54:41 -04:00
inlay_hints.rs Move the rest of the features to generated docs 2020-05-31 11:29:19 +02:00
join_lines.rs Don't require module docs for Features and Assists 2020-05-31 09:59:38 +02:00
lib.rs Generate features docs from source 2020-05-31 01:54:54 +02:00
matching_brace.rs Don't require module docs for Features and Assists 2020-05-31 09:59:38 +02:00
mock_analysis.rs Propogate fixture meta to AnalysisHost 2020-05-16 15:23:43 +03:00
parent_module.rs Don't require module docs for Features and Assists 2020-05-31 09:59:38 +02:00
prime_caches.rs main: eagerly prime goto-definition caches 2020-04-25 09:28:34 -04:00
references.rs add test 2020-05-31 12:21:45 -04:00
runnables.rs Fix tests 2020-06-02 18:09:12 +02:00
ssr.rs Doc more features 2020-05-31 10:14:36 +02:00
status.rs Doc more features 2020-05-31 10:14:36 +02:00
syntax_highlighting.rs Add highlight support for unsafe fn calls and raw ptr deref 2020-06-02 18:54:00 -04:00
syntax_tree.rs Move the rest of the features to generated docs 2020-05-31 11:29:19 +02:00
typing.rs Generate features docs from source 2020-05-31 01:54:54 +02:00