Closed
Description
If the argument list in a function or a subroutine spans multiple lines, hovering on an argument that is not on the scope start will show two signatures
MWE
real function foo(val1, &
val2) &
result(val4)
integer :: val1, val2
end function foo
I think we should keep only the latter definition, which includes the variable name. Currently the default behaviour is to just show the type