I am not seeing auto-complete working for python. I open a new document and enter the following text:
import sys
print sys.version_info
I get autocomplete for import and sys, but not for print, then get it again for sys then lose it for version_info. Coming from using CodeRunner 2, I get the correct contextual auto-complete for everything I typed there.
I am not seeing auto-complete working for python. I open a new document and enter the following text:
I get autocomplete for import and sys, but not for print, then get it again for sys then lose it for version_info. Coming from using CodeRunner 2, I get the correct contextual auto-complete for everything I typed there.