artur-shaik / vim-javacomplete2

DEPRECATED in favor of jc.nvim
Vim License
974 stars 83 forks source link

does not work on wsl Ubuntu20.04 #446

Closed ghost closed 3 years ago

ghost commented 3 years ago

Actual behavior (Required!)

does nothing

Expected behavior (Required!)

does what it says it does, autocompletes java

The steps to reproduce actual behavior (Required!)

  1. follow steps detailed in installation sections exactly
  2. attempt to use the plugin
  3. nothing happend

Environment (Required!)

Q&A

1 empty line

Screenshot (Optional)

The output of :redir and :message (Optional)

artur-shaik commented 3 years ago

Hi, what if you press <C-x><C-o> after the dot?

artur-shaik commented 3 years ago

Duplicate of #431

arijitmazumdar commented 3 years ago

It worked with me with . I can see all the methods of a class to be selected. What are these options ? Is there any docs where I can read about them? There are 2 tabs [Scratch][Preview] on the top. How to get rid of them?

artur-shaik commented 3 years ago

@arijitmazumdar can you illustrate your question?

arijitmazumdar commented 3 years ago

@arijitmazumdar can you illustrate your question?

Screenshot from 2021-01-31 11-23-39 Please see the attached image after I added autocomplete. There are 2 tabs [Scratch][Preview] on the top. How to get rid of them?I am using vim-gtk3 in Ubuntu.

After a little googling I am able to close this with <c-w>z. But it is a little annoying, is there any global setting exists?

artur-shaik commented 3 years ago

Seems like it is not javacomplete function. What are you using for triggering completion? YouCompleteMe or deoplete may be?