Skip to content

Type hierarchy should show fully qualified type for nested types #1673

@ahoppen

Description

@ahoppen

If you have a type hierarchy like

protocol MyProto {}

struct Outer {
  struct Inner: MyProto {}
}

and you show the type hierarchy of MyProto, it should show Outer.Inner as one of its children, not just Inner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions