DanielGavin
DanielGavin
Maybe you misunderstood me. The default should be `@static x := 3` for variables with no other attributes in the variables, and that have short variable names. I just need...
Fixed. It should now be able to be one lined.
Currently working on the rename branch, so it has been fixed there. Closing issue when merged.
Merged with master.
Yeah don't think that is even really implemented. It'll most likely have to be treated like the procedures.
Can you paste the code? Need to make sure it's the same issue you have.
Sure. Give it a go!
Should be fixed.
I'm not opposed to making `_` hidden in completion, and only showing it in the package it was declared.
@sudokit You can modify it right here: https://github.com/DanielGavin/ols/blob/d12ee2ef83989d0fcf71b20a0305111344a69b7d/src/server/completion.odin#L560 It goes through the field names of the struct. You can just continue on everything starting with `_`, and then add a...