javavscode
javavscode copied to clipboard
Show constructor signature in hover information
When hovering over a method the hover information / tool-tip correctly shows the method signature. However for a constructor it incorrectly (in my opinion) shows class information and not the signature.
The only why to see the constructor's signature is to hover over a numeric argument to the constructor, which is not always available.
To be more clear, said "numeric argument" must be a constant, otherwise the tool-tip shows the variable declaration.
PR raised in Netbeans: https://github.com/apache/netbeans/pull/7654