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
if you Predef. and then tab, the completions you're offered include .:
scala> Predef.
.
And if you tab again, the cursor moves into the completions matrix but you lose the dot you typed
from one point of view you could call this minor, to me it seems both common enough and annoying enough to be considered a blocker, especially since it might have an easy fix (some off-by-one thing?)