How to make ropemacs faster in emacs?

I use ropemacs and proprietary mode to complete the code in emacs.

However, I found that ropemacs are slow, for example, when I type

import os
os.

Ropemacs will then attempt to terminate for the methods under the os module, which will cause emacs to get stuck for 5-6 seconds.

Is there any way to avoid this situation?

+5
source share
1 answer

There seem to be no good solutions. Instead, I use pysmell.

+4
source

All Articles