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

Display information from ASDoc tags when hovering mouse over a symbol

Open esidegallery opened this issue 2 years ago • 2 comments

@inheritDoc - Display the description from the implemented or overridden method in hover (might get complicated with the below point however)

@param - Display as list in hover, and (if possible) for the highlighted parameter in Parameter Info.

@return & @see - Display in hover

esidegallery avatar Jul 18 '22 15:07 esidegallery

I assume by "quick info", you mean in the pop-up overlay that gets displayed when hovering your mouse over a symbol. I edited things to make that clear, since quick info is kind of a vague name.

joshtynjala avatar Jul 18 '22 16:07 joshtynjala

Apparently Quick Info is the official term, but yeah it's pretty vague

esidegallery avatar Jul 19 '22 07:07 esidegallery