Skip to content

Hover on associated blocks does not display types #62

Description

@gnikit

Hovering over variables that have been associated in an ASSOCIATE block yield no signature.

program test
    implicit none
    integer :: a
    testing: associate(c => 1)
        print*, c
    end associate testing
    associate(c => a)
        print*, c
    end associate
end program test

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions