zed icon indicating copy to clipboard operation
zed copied to clipboard

Hover doc Markdown links in RustDoc comments do nothing, don't open browser or go to link.

Open iamnbutler opened this issue 1 year ago • 2 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

  1. Add a rustdoc comment above a struct (/// [Base16](https://github.com/chriskempson/base16)
  2. Hover over the struct and click the link
  3. 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.

CleanShot 2024-02-01 at 17 15 33@2x

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

iamnbutler avatar Feb 01 '24 22:02 iamnbutler

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

t1gu1 avatar Feb 02 '24 00:02 t1gu1

Also works for me on latest Nightly:

https://github.com/zed-industries/zed/assets/1185253/138e8006-c749-4b40-abce-1f5f2c715f0a

mrnugget avatar Feb 02 '24 08:02 mrnugget

Nice – might be fixed then. I'll close and re-open if I hit it again!

iamnbutler avatar Feb 03 '24 07:02 iamnbutler