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

Test if Cache is set correctly #68

Open ghost opened 11 years ago

ghost commented 11 years ago

Hello,

I am trying to get the documentation to work - with no success so far. I added

"autoimport_modules": ["numpy.*"]

to the settings file and updated the Global Cache. If I place the cursor above "arange" or "numpy.arange" the error message "No documentation found for arange" shows up. Not even documentation for "if" or "for" works - am I doing something wrong?

Thanks in advance.