Files
rust/crates/ide/src
bors[bot] cfa26c3ac3 Merge #10798
10798: ide: show go to for function hover return type r=Veykril a=jhgg

I've found myself wanting this...  adds to the hover quick go-to for a function's return type:

![image](https://user-images.githubusercontent.com/5489149/142375722-4a385216-494b-45a4-be1c-59664213b8d6.png)

This is particularly useful when you are hovering over a function in a long chain, like:

```rust
foo.bar().b$0az().some_trait_fn();
```

where `baz`'s return type is not immediately obvious, but the chain is not long enough to trigger chain inlay hints... 

i guess I could just select `foo.bar().baz()` too to get the types too... 

Co-authored-by: Jake Heinz <jh@discordapp.com>
2021-11-18 09:56:44 +00:00
..
2021-11-18 09:56:44 +00:00
2021-09-23 20:36:15 +02:00
2021-09-27 12:54:24 +02:00
2021-09-26 12:48:53 +03:30
2021-09-27 12:54:24 +02:00
2021-09-27 12:54:24 +02:00
2021-11-16 21:26:34 +01:00
2021-11-13 23:39:34 +00:00
2021-10-21 20:10:40 +02:00
2021-11-03 15:40:06 +01:00
2020-08-13 17:58:27 +02:00
2021-10-16 12:32:55 +01:00
2021-05-15 17:22:39 +02:00
fix
2021-06-29 20:34:52 +01:00
2021-10-16 12:32:55 +01:00
2021-10-16 14:13:43 +01:00