Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Feature: Hover for code context #14

Open
baristaGeek opened this issue Aug 15, 2023 · 0 comments
Open

Feature: Hover for code context #14

baristaGeek opened this issue Aug 15, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@baristaGeek
Copy link
Contributor

Similar to the interaction we have on our VS Code extension, we want to provide code context per line when hovered. Right now we would be in the capacity of only indexing local info, but once that interaction is built, we can explore adding services to it.

In this PR I tried using EditorMouseMotionListener class to later render a Hint based on the line that's being hovered, but I can't get it to listen despite, being able to initialize it. More on that on this StackOverflow question

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant