Feature request: Show more info hovering over blanket `into()`

When I hover over calls like X.into() (or X.try_into()) on VS Code, I wish I could see the eventual Y::from method called by the blanket implementation.

Also, I'd be happy to help to implement it. Can someone point me to where to look at?

You're looking for Rust analyzer which is the official rust language server.

I just found a Github issue about this (opened back in Oct'22).

feature request: List all applicable From/Into impls

There is already quite a bit of discussion over there and I'll follow up there as well.

3 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.