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
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: