160025 Tab completion
-
I noticed that in Pythonista Editor, the Tab key is now able to perform auto-completion. This feature supports both the on-screen and external physical Tab keys. This is an awesome feature and makes it so much better when writing code using a bluetooth keyboard.
However this feature is NOT available at the console prompt. Is it possible to make it usable in the prompt as well?
-
Yeah, I think the console could use more features of the full editor. For example, auto bracketing, where
[
becomes[]
, and auto-indent for the next line after a colon.