Skip to content

Documentation on hover for intrinsic functions not working #250

Closed
@maroony

Description

@maroony

I do not use other fortran plugins and this feature doens't work for release 2.2.2 (= 2.3.0 Marketplace?).

Example (documentation for intrinsic function max doesn't show up):

module my

  implicit none

contains

  subroutine routine(arg)
    implicit none
    integer :: arg

    arg = max(arg, 0)

  end subroutine routine

end module my

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions