vscode-extension
vscode-extension copied to clipboard
Implementing the Show Hover features
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.