atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
182 stars 4 forks source link

Autocomplete doesn't work consistently in Python #1795

Closed samdmarshall closed 7 years ago

samdmarshall commented 7 years ago

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.