console autocomplete bug
-
in console:
import matplotlib.
then select matplotlib.pyplot from the dropdown results in
import matplotlib.matplotlib.pyplot
similar results for autocomplete with other packages (os.path, numpy.anything, etc)
i tried clearing autocomplete cache, no dice.
-
Also in normal editor. If a word is fully written out and you use tab-autocomplete, the word will be doubled.
math --TAB--> mathmath