maralla / completor.vim

Async completion framework made ease.
MIT License
1.31k stars 62 forks source link

Any plan to support Java with artur-shaik/vim-javacomplete2? #157

Closed J-Liu closed 5 years ago

J-Liu commented 6 years ago

completor.vim is the best completion plugin I ever use, it help me delete Pycharm from my computer, and I wanna delete Idea too, eagerly. I don't like the project stuffs, so I refuse any IDE in my mind, deeply. Is there any plan to support Java officially? Or something such as cooperate with artur-shaik/vim-javacomplete2?

J-Liu commented 6 years ago

@wsdjeg Thank you. But I am not sure about how to write the proper regex. Does it complete from JDK and the packages in the same project?

J-Liu commented 6 years ago

‘[^. \t0-9].\w*’ will work but not that good as javacomplete2. SpaceVim java part is javacomplete2 over deoplete.nvim, I know how to use it. And SpaceVim make me not very comfortable, I won't use it.

wsdjeg commented 6 years ago

In this issue do I recommand you to use SpaceVim? well, I just delete the comments, just do what you want

Shadowsith commented 5 years ago

let g:completor_java_omni_trigger = '([$\w]{1,}|.[$\w]*)$' does do the trick for me and works with packages as well if javacomplete2 is installed correctly.