JulianEberius / SublimeRope

ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
GNU General Public License v2.0
250 stars 26 forks source link

how to configure sublme rope to enable syntax auto complete #56

Closed openxmpp closed 11 years ago

openxmpp commented 11 years ago

Hi , I use sublime for coding ,it 's really cool . I have installed sublimerope & sublime lint from sublime package control, I want to konw how to configure sublimerope so it can do syntax auto-complete. For example , I have installed pyqt with python2.7. using eclipse , when I input the following: from PyQt4. ( when I input the dot , a list of possible match will be showed) . How to do this with sublimerope? I searched the closed issuses ,and haven't found any way works ...

DamnWidget commented 11 years ago

Hi @openxmpp

You have all the related documentation here http://sublimerope.readthedocs.org/en/latest/auto_completion.html

By the way, if you are using PyQt4 maybe you should be interested in use my plugin for PyQt4 (and PySide) called "PySide" https://github.com/DamnWidget/SublimePySide.

You can install it through Package Control.

JulianEberius commented 11 years ago

I hope the documentation could help you... I will try to make SublimeRope a bit more self-explanatory and easy-to-use in the future. For now, issue closed.