It doesn't seem to happen in all cases, but I can consistently get it to occur if the following line has an attribute like @(export).
It works fine if I undo and do the completion again. It also works if I hit escape to close the autocomplete, then ctrl+space to reopen it and hit tab.
I have tried with my suggestion insert mode set to both insert and replace with the same results.
It seems core:odin/parser thinks the expression is together. It only happens on nums. autocomplete, but not if you already have some identifier after ., and then pressing toggling autocomplete <ctrl+space>.
Please see the results I get for the following completion:
It doesn't seem to happen in all cases, but I can consistently get it to occur if the following line has an attribute like
@(export)
.It works fine if I undo and do the completion again. It also works if I hit escape to close the autocomplete, then ctrl+space to reopen it and hit tab.
I have tried with my suggestion insert mode set to both insert and replace with the same results.