简体   繁体   English

如何在emacs中使ropemacs更快?

[英]How to make ropemacs faster in emacs?

I'm using ropemacs and company-mode for code completion in emacs. 我正在使用ropemacs和company-mode在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. 然后ropemacs将尝试完成os模块下的方法,这将使emacs卡住5~6秒。

Is there a way to avoid this situation? 有没有办法避免这种情况?

It seems that there're no good solutions. 似乎没有好的解决方案。 I use pysmell instead now. 我现在改用pysmell。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM