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?
source
share