Skip to content

Multiline function and subroutine hover displays duplicates #59

Closed
@gnikit

Description

@gnikit

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

Screenshot from 2022-02-25 14-25-03

I think we should keep only the latter definition, which includes the variable name. Currently the default behaviour is to just show the type

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions