vscode-extension icon indicating copy to clipboard operation
vscode-extension copied to clipboard

Implementing the Show Hover features

Open Rikki407 opened this issue 4 years ago • 2 comments

Hovers show information about the symbol/object that's below the mouse cursor. Hovers can help to easily show the parsed errors or the description of the symbol/object.

I have already started working on this feature, and for now, it can display the word it's been hovered on and if there exists a parsing error. Screen Shot 2020-03-18 at 11 46 00 PM

Rikki407 avatar Mar 18 '20 19:03 Rikki407