Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make ropemacs faster in emacs?

I'm using ropemacs and company-mode for code completion in emacs.

However, I oftern found ropemacs slow, for example, when I type in

import os
os.

Then ropemacs will try to do the completion for the methods under os modular, which will make the emacs stuck for 5~6 seconds.

Is there a way to avoid this situation?

like image 507
Hanfei Sun Avatar asked Oct 08 '22 16:10

Hanfei Sun


1 Answers

It seems that there're no good solutions. I use pysmell instead now.

like image 141
Hanfei Sun Avatar answered Oct 10 '22 09:10

Hanfei Sun