DanielGavin / ols

Language server for Odin
MIT License
479 stars 71 forks source link

[FEATURE REQUEST] autocompletion for enum variants in enumerated array initializer #498

Closed FourteenBrush closed 1 month ago

FourteenBrush commented 2 months ago

Example:

Asset :: enum { Layer0 }

asset_paths := [Asset]cstring {
    .Layer0 = "assets/layer0.png",
}

.Layer0 has no tabcompletion here

DanielGavin commented 1 month ago

Fixed.