Hazelight / vscode-unreal-angelscript

Visual Studio Code Language Server and Debug Adapter for use with UnrealEngine-Angelscript.
MIT License
94 stars 43 forks source link

Show signature of event/delegate on hover #16

Open Lucas7211 opened 3 years ago

Lucas7211 commented 3 years ago

Would be very useful to show the signature declaration of an event or delegate when hovering.

This should work both when hovering over the type name of the delegate, and when hovering over the name of a variable that is declared with a delegate type.