Skip to content

No completion inside version blocks #778

Open
dlang-community/libdparse
#521
@ryuukk

Description

@ryuukk
version (linux)
{
    struct Data{}

    Da| // <- no completion
}

If i remove the version block, then i get completion

And if i do that:

version (linux)
{
    Da| // <- i get completion

    struct Data{}
}

Now i do get completion

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