-
## Actual behavior (Required!)
```
Error detected while processing function javacomplete#Start[1]..javacomplete#server#Start[36]..javacomplete#util#GetBase:
line 3:
E739: Cannot create directory: …
-
## Actual behavior (Required!)
Please pardon my lack of experience with Java
On an existing project - managed using maven
The autocomplete feature is not triggering unless I remove/rename the .c…
-
# Problems summary
Deoplete can't be loaded for an unknown reason.
What should I do to make deoplete work?
## Expected
## Environment Information
* deoplete version(SHA1): not sure
*…
J-Liu updated
7 years ago
-
## Actual behavior (Required!)
```
signify: No diff tool found -> no support for svn, darcs, bzr, fossil.
Error detected while processing function 211_JobVimOnErrorHandler[3]..javacomplete#server#C…
-
hi @lvht this is a link for how javacomplete works. you can have a look;
https://asciinema.org/a/3qf5mv191b6o0oz74nxu45sdj
how to auto expand argv after complete done?
1. this is neosnippet fea…
-
Hi, I tried to use the plugin https://github.com/artur-shaik/vim-javacomplete2 with nvim-completion-manager, with some success.
Methods are completed, after I type a dot but only after I've typed two…
-
## Actual behavior (Required!)
type ` ` or `.` get a error like this
## Expected behavior (Required!)
list something to complete.
## The steps to reproduce actual behavior (Required!)
1. m…
J-Liu updated
7 years ago
-
## my vimrc config for javacomplete2
autocmd FileType java setlocal omnifunc=javacomplete#Complete
autocmd FileType jsp setlocal omnifunc=javacomplete#Complete
It worked for java , but not js…
-
Is there a plan to add support for Java in ycmd?
-
tl;dr - the latest Android Studio changes breaks completion of Javacomplete2 on Android projects. I've a workaround working but I will be investigating if I can get something better working.
## Act…