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
I can reproduce the problem of missing proposaly after :my. but :myworks for me. Could you please check again (you really have to invoke code completion at the given position, invoking it and then use arrow keys will not cause all proposals to be calculated again)?
I don't know yet, if this problem can be fixed easily. One cause is the ambiguity of . at the end of a triple, where it might mark the end or be a separator for a local name.
After some investigation, it looks like a major effort to fix this problem. Also there are very simple workarounds (that should be documented), so I do not think it worth to address the issue at the moment.
For me code completion works if invoked directly after :my
For me code completion works if there is character after the full stop, i.e. if invoked after the full stop in :my.x
If there is a white space (or EOF) after the full stop, there are two workarounds for getting the proposals. Either invoke code completion before the full stop or invoke it after the full stop and press the left arrow key and then right arrow key.
(the cursor is at the pipe at the end)
Given this document, I get not completion suggestions after
:my
or:my.
.The text was updated successfully, but these errors were encountered: