DanielGavin / ols

Language server for Odin
MIT License
439 stars 67 forks source link

Comp literal disables completion when not using them as key value assignments #408

Open DanielGavin opened 3 months ago

DanielGavin commented 3 months ago

Right now it tries to find the fields in the type of the comp literal, but if they are vectors or matrices, they do not exist and it just never shows any completion.

core.Vec2{}