Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No completion inside version blocks #778

Open
ryuukk opened this issue Aug 15, 2024 · 0 comments · May be fixed by dlang-community/libdparse#521
Open

No completion inside version blocks #778

ryuukk opened this issue Aug 15, 2024 · 0 comments · May be fixed by dlang-community/libdparse#521

Comments

@ryuukk
Copy link
Contributor

ryuukk commented Aug 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant