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

auto-completion fail to show everything in the module. #63

Open tsangel opened 11 years ago

tsangel commented 11 years ago

Some module's method or value such as os.system, sys.exit, numpy.float32, ... are not seen on the auto-completion list.

I use Sublime Text 2 Build 2217 on OSX (mountain lion, python 2.7.2) and install sublime Rope through package manager.