Skip to content
New issue

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

Feature request: LSP hover #50

Open
ficcdaf opened this issue Feb 15, 2025 · 3 comments
Open

Feature request: LSP hover #50

ficcdaf opened this issue Feb 15, 2025 · 3 comments

Comments

@ficcdaf
Copy link

ficcdaf commented Feb 15, 2025

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?

@gimalay
Copy link
Contributor

gimalay commented Feb 15, 2025

Sounds like a useful feature and it’s also not hard to build. This can be a great first-issue for someone who’s is willing to contribute.

@ficcdaf
Copy link
Author

ficcdaf commented Feb 15, 2025

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?

@ficcdaf
Copy link
Author

ficcdaf commented Feb 16, 2025

I've set up a branch to work on this. If anyone wants to help, ask here and I'll add you as a contributor on the fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants