zed
zed copied to clipboard
Hover doc Markdown links in RustDoc comments do nothing, don't open browser or go to link.
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
- Add a rustdoc comment above a struct (
/// [Base16](https://github.com/chriskempson/base16) - Hover over the struct and click the link
- boom - expected: the link opens in some browser
@JosephTLyons I did look for another issue but didn't find an obvious one, feel free to merge in if it is a dupe.
Environment
Zed: v0.122.0 (Zed Nightly) OS: macOS 14.0.0 Memory: 64 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
N/A
If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.
If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.
N/A
Not sure if it's kind of the same issue that i got. I test the pre-release and they seems to have fix the problem.
If you want to test: https://github.com/zed-industries/zed/releases/tag/v0.121.1-pre
Also works for me on latest Nightly:
https://github.com/zed-industries/zed/assets/1185253/138e8006-c749-4b40-abce-1f5f2c715f0a
Nice – might be fixed then. I'll close and re-open if I hit it again!