rust-analyzer icon indicating copy to clipboard operation
rust-analyzer copied to clipboard

feat: show full type in tooltips for hints

Open roife opened this issue 10 months ago • 2 comments

fix rust-lang/rust-analyzer#19615.

roife avatar Apr 20 '25 17:04 roife

image

roife avatar Apr 21 '25 13:04 roife

Previously, hovering over any part of a hint would display the complete type.

Now, the certain hidden content is only showed when the mouse hovers over its corresponding ....

image

roife avatar Jul 01 '25 06:07 roife