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
markdown-oxide implements the LSP hover command, which is very useful. For example, when the cursor is over a link to a section, you can trigger the hover (space + k in Helix by default) and a popup will appear that shows a preview of the linked section's contents. I think this would be a really great feature to have. markdown-oxide is also written in Rust so perhaps you can peek at how they've implemented it?
The text was updated successfully, but these errors were encountered:
I could give this a shot... I'm quite new to Rust (halfway through Rustlings rn) though... Do you think this would be a good contribution to "get my feet wet" with Rust?
markdown-oxide
implements the LSP hover command, which is very useful. For example, when the cursor is over a link to a section, you can trigger the hover (space + k
in Helix by default) and a popup will appear that shows a preview of the linked section's contents. I think this would be a really great feature to have.markdown-oxide
is also written in Rust so perhaps you can peek at how they've implemented it?The text was updated successfully, but these errors were encountered: