I am trying to use sublime to write code, I want to know how to configure sublime so it can do auto-complete as eclipse does?
I have installed PyQt4, and it's ok if I use eclipse, if I write the following code: from PyQt4. After I input the dot, a list of possible matches will show in a drop-down list? how can I do this with sublimerope? I am using mac. Which configuration needs changed?