You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "hover" functionality of LSP under clangd, the markdown is being rendered improperly:
The line breaks are missing, and text is rendered in wrong places (parameters inside the function sigature, for example.)
This is how kakoune renders the documentation for that function, which is also the expected behaviour:
Note that the same issue doesn't occur with other languages, such as Rust:
This could be a bug in clangd though... not sure as I'm not familiar with the codebase of helix, so can't really check it. Possibly related to clangd/clangd#95?
The text was updated successfully, but these errors were encountered:
Version: latest
master
.When using the "hover" functionality of LSP under clangd, the markdown is being rendered improperly:
The line breaks are missing, and text is rendered in wrong places (parameters inside the function sigature, for example.)
This is how kakoune renders the documentation for that function, which is also the expected behaviour:
Note that the same issue doesn't occur with other languages, such as Rust:
This could be a bug in clangd though... not sure as I'm not familiar with the codebase of helix, so can't really check it. Possibly related to clangd/clangd#95?
The text was updated successfully, but these errors were encountered: