Rust inlay hints do not work consistently #10390
Replies: 5 comments 7 replies
-
Do you have any project examples and repro steps other people can try and debug? |
Beta Was this translation helpful? Give feedback.
-
How did you turn on type hints with zed? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Not having inlay hints is the one reason that is forcing me not to use zed. I have tried toggling Anyone out there, any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The one thing that keeps me coming back to try Zed is how nice and clean the editor feels. However, the one thing that sends me away each and every time is the inlay hint support for Rust.
Rust is so tough to write without inlay hints. It makes a world of a difference, plus being able to get match arm suggestions from the rust analyzer makes it so much easier to write.
In one project, inlay hints work. Except sometimes they'll just turn off?

In another project, inlay hints will never appear no amount of changing the toggle will make them appear.
Additionally, there is an imperceptible visual cue that inlays are toggled on or off


I really want to keep using Zed for my rust coding but the lack of inlay hints and the goods that come along for the ride with the rust analyzer are a bit of a deal breaker :(
Beta Was this translation helpful? Give feedback.
All reactions