Skip to content

Nested structs don't get the completion popup #1549

Open
@andreakarasho

Description

@andreakarasho
const TestStr = struct {
    const StrInside = struct {
        a: f32,
        b: f32,
    };

    fn func() void {
        var str = StrInside{
            . // ---> shows nothing. Should display `a` or `b`
        };
    }
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions