artur-shaik / vim-javacomplete2

DEPRECATED in favor of jc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not work on wsl Ubuntu20.04

opened this issue · comments

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!)

  • OS: wsl Ubuntu 20.04
  • Vim version: 8.1.2269
  • Neovim version: 0.4.3

Q&A

  • Yes, I tried minimal .vimrc configuraion.
  • Yes, I have enabled logs with JCdebugEnableLogs and can put here content of JCdebugGetLogContent command, if you need.

1 empty line

  • Even, if you wish, I can set g:JavaComplete_JavaviLogLevel to 'debug', then set g:JavaComplete_JavaviLogDirectory, and put here server logs, too.

Screenshot (Optional)

The output of :redir and :message (Optional)

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

Duplicate of #431

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?

@arijitmazumdar can you illustrate your question?

@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?

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