Closed soleera closed 5 years ago
Same for me OS: Ubuntu Xenial VIM: 7.4 Minimal configuration but the same error even just opening a new Class without type anything
I'm having the exact same issue on neovim v0.2.2 when I tried to run command JCserverCompile
Actual behavior (Required!)
Error messages on first compile:
Java completion lists take a long time to load (approximately 4 seconds) when typing things such as
import java.
orSystem.
Expected behavior (Required!)
No error messages & a shorter time to load completion lists
The steps to reproduce actual behavior (Required!)
import java.
(lags for ~4 seconds)Environment (Required!)
Q&A
Yes, I tried minimal .vimrc configuraion:
Yes, I have enabled logs with
JCdebugEnableLogs
and can put here content ofJCdebugGetLogContent
command, if you need: Nothing shown in logsEven, if you wish, I can set
g:JavaComplete_JavaviDebug
to1
, than set ``, and put here server logs, too: Nothing shown in logs