zed
zed copied to clipboard
Automatically make clickable any URLs in hint
Check for existing issues
- [X] Completed
Describe the feature
I can add support for custom hints through definitions: https://github.com/zed-industries/community/discussions/2332
But URLs included in those are not clickable, I have to mark them up as links.
It would be really great if (like VSCode) these links automatically became clickable.
If applicable, add mockups / screenshots to help present your vision of the feature
I can modify the stub.lua to markdown format all URLs to make them clickable in the annotation.
which gives (still slightly broken as the wrapped url is only half-underlined but is still all clickable)
Thanks for the request @gingerbeardman, this would be a nice quality-of-life feature.
Links in comments should be clickable too