DanielGavin / ols

Language server for Odin
MIT License
417 stars 62 forks source link

switch union not showing the completion cases correctly #242

Closed DanielGavin closed 1 year ago

DanielGavin commented 1 year ago
#partial switch v in name.derived {
case ^ast.Ident:
    label = v.name
case ^ast.Type
}

None of the cases will complete at all.

DanielGavin commented 1 year ago

Fixed