Skip to content

Derived type member access does not tolerate spaces around the percent sign #204

@rwirth

Description

@rwirth

Given some derived type

TYPE(t_mytype)
    INTEGER :: member
END TYPE

the following field access is accepted by multiple Fortran compilers

TYPE(t_mytype) :: var

var% member = 1

However, when hovering over member in VSCode, no information is shown. If there is a variable member in the same scope, its declaration is shown instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions