This repository was archived by the owner on Oct 8, 2025. It is now read-only.
feat: hover#220
Merged
Merged
Conversation
Collaborator
Author
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Co-authored-by: Denis Tataurov <sineedus8@gmail.com>
mhanberg
force-pushed
the
2023-09-14-hover2
branch
from
September 17, 2023 18:43
724f2dd to
eb1c1f9
Compare
9 tasks
Contributor
|
sorry @mhanberg I started a new job a month ago and didn't have enough of time for the followup changes. I'm glad you found some time for this one 👍 |
Collaborator
Author
|
No worries at all! Thank you for your efforts. And congrats! I hope the new job is going well 🎉 |
This was referenced Sep 30, 2023
This was referenced Jul 3, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Implements hover for Elixir modules and functions/macros and Erlang functions. Will add support for Erlang modules later.
Converts the internal erlang doc chunk (which is a pseudo html tree structure) into markdown so that they'll be nicely syntax highlighted in text editors that support it.
Some code was adapted from #104, so @sineed is tagged as a co-author on the commit.
Closes #48 #104
TODO