This is pretty annoying bug that break the UX of the kosmos shell.
Automcompletion work mostly ok when you just try to autocomplete a line that start with the j
But as soon as you try to autocomplete a line that start with a variable name, autocompletion is broken, stuff get written on the line and you endup completely lost.
Example how to reproduce, in kosmos do:
bcdb = j.data.bcdb.[TAB]
When pressing tab you will see how things are boken.
This is pretty annoying bug that break the UX of the kosmos shell. Automcompletion work mostly ok when you just try to autocomplete a line that start with the
j
But as soon as you try to autocomplete a line that start with a variable name, autocompletion is broken, stuff get written on the line and you endup completely lost.Example how to reproduce, in kosmos do:
bcdb = j.data.bcdb.[TAB]
When pressing tab you will see how things are boken.