Popup for recursive structs without indirection less informative than in VS Code #17068
Open
1 task done
Labels
bug
[core label]
documentation
[core label]
language
An umbrella label for all programming languages syntax behaviors
popovers
Feedback for tooltips, syntax hints, info popups, toasts, etc
rust
Rust programming language support
Check for existing issues
Describe the bug / provide steps to reproduce it
When the code has a recursive struct without indirection the hover popup is much less informative than that in VS Code.
Zed displays this on hover:
VS Code displays this:
As you can see, VS Code displays more information and the hint to use
Box
.Environment
Zed: v0.149.6 (Zed)
OS: macOS 14.6.1
Memory: 32 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
Display all the information that VS Code shows
If applicable, attach your Zed.log file to this issue.
No response
The text was updated successfully, but these errors were encountered: