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
code
Some lsps (rust-analyzer) send docs containing not onle <code> but also <code ...>:
<code>
<code ...>
fn(&self) -> TypeParams<'_> Returns an <code style="padding-right:0;">Iterator<Item = &<a href="struct.TypeParam.html"><code style="padding-left:0;padding-right:0;">TypeParam</a><code style="padding-left:0;">>
For simple <code> tags, this was implemented here: #3425
Trigger hover on element where LSP returns html tags
hover
No response
Linux
wezterm
helix 23.05 (842687e)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
Some lsps (rust-analyzer) send docs containing not onle
<code>
but also<code ...>
:For simple
<code>
tags, this was implemented here: #3425Reproduction Steps
Trigger
hover
on element where LSP returns html tagsHelix log
No response
Platform
Linux
Terminal Emulator
wezterm
Helix Version
helix 23.05 (842687e)
The text was updated successfully, but these errors were encountered: