We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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)
The text was updated successfully, but these errors were encountered:
Thanks for the request @gingerbeardman, this would be a nice quality-of-life feature.
Sorry, something went wrong.
Links in comments should be clickable too
cmd + click
file://...:221:22
No branches or pull requests
Check for existing issues
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)
The text was updated successfully, but these errors were encountered: