On 2013-05-31 05:57:12, Алексей Кардапольцев wrote:
> When I pressed ^x^u it takes about 3 sec to autocomplete pop-up. Is it
> usual behaviour?
The first code completion after starting eclimd can be slow as eclipse
warms up its cache, but subsequent completions should be fast. Is that
the behavior your experiencing or are all completions slow? What OS
are you on?
> From eclimd logs I got that it tries to recompile whole
> project each time I want complete.
What logs are you looking at that give you this impression?
It shouldn't be recompiling your whole project on completion attempts.
It will perform incremental builds when writing files though, but like
code completion, after that first save it should be fast and you
shouldn't even notice that it's doing anything.
> When I try autocomplete directly in eclipse it works fine.
>
> I use Eclipse Indigo, eclim 1.7.14, and working on scala project.
>
> Thanks in advance for any help.
--
eric