My Code auto completion just doesn't show up. Any idea why this could be?
Forum Archive
Auto completion doesn't work
BretOne
Apr 04, 2019 - 22:07
cvp
Apr 04, 2019 - 22:33
@BretOne Please, give an example
BretOne
Apr 05, 2019 - 02:14
I am using Pythonista on my IPad pro on IOS 12 and the code completion field just doesn't show up. The Highlighting works fine but the aoto completion is nowhere to be seen.
mikael
Apr 05, 2019 - 05:04
@BretOne, there has always been certain code where autocomplete fails for me. One cause has been inline methods, but there must be others. To check if this is the case, start a new simple piece of code and see if it works then.
cvp
Apr 05, 2019 - 08:09
I agree with @mikael , sometimes with long script, autocomplete does not work for me.
And also, if you begin to type, for instance, a method of an import module and you have not yet put the import line
Ex: ui.i shows Image,... only if the import ui is already above