You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: