Closed ghost closed 4 years ago
What if you press <C-x><C-o>
after import java.
?
@artur-shaik Thanks for your quick reply!
<C-x><C-o>
will show the completion! But is it possible to automatically show the completion? It's kind of tedious to press this everytime :(
Yes, of course, see this #305
Actual behavior (Required!)
After installing the plugin with pathogen (by directly cloning the project), I opened a new java file, and wrote several lines. But no code completion has been done.
Expected behavior (Required!)
The code completion works as shown in the README.
The steps to reproduce actual behavior (Required!)
vim-javacomplete2
into~/.vim_runtime/my_plugins
vim demo.java
import java.
and wait for code completion to happenEnvironment (Required!)
Other context
As mentioned in this issue, I go to
libs/javavi
and runmvn compile test
. And see "BUILD SUCCESS" with no error.