Sublime Forum

Sublime rope missing auto-completes

#1

Hi Everyone,

I’ve installed SublimeRope for my Python usage, and have built a new rope project with my existing sources.
However, it seems the plugin still doesn’t offer basic Python completions.
For example, I start writing:

import stru..

In hopes that rope will offer me the struct module, but it doesn’t.

Is this beyond the plugin’s capabilities? I also noticed that if I import struct, I still don’t get the struct.Struct completion.
I was hoping to replace PyCharm (which has superb completion) with SublimeText, But I’m really missing this capability at the moment.

Thanks for your help :smile:

0 Likes