Hi, my question is a little strange. I have a big .py file in a folder of Pythonista and I need to update this file often by adding (by hand) memo, events, etc..I noticed that if I rename the file with .txt extension the editing is faster, because of lack of word completion and other editor features for python files. But with txt file I cant perform the same python wrench actions user finds when editing python files (for example share in home screen).
In order to be faster in editing python files that are not scripts to execute but plain text on which to perform wrench actions, can user temporary disable word completion feature and other features that make py files editing simpler with Pythonista editor but also slower? Maybe with a objc command that I could add to a programmable user key?
Thank you