Skip to content

Honour import statement in abstract interface blocks for completions #90

@mscfd

Description

@mscfd

For the code below, where the cursor is placed at the last character in the last line, the completion suggestion should only suggest types mentioned in the import statement. This is a very minor issue!

abstract interface
   subroutine foo(self, x, y, z)
      import type1, type2
      class(ty

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions