Charles Hartman wrote: > If you create a variable through a chained assignment, > var1 = var2 = 42 > var2 won't show up in autocompletion lists (though var1 will). I've fixed this and it will be included in our next release. Thanks for the bug report, John