yuratomo / java-api-complete

vim omnifunc for java api. (rt.jar)
10 stars 3 forks source link

Auto-completion not working. #1

Closed hsanson closed 2 years ago

hsanson commented 11 years ago

I am very interested on this plugin as the current javacomplete is not very good at auto-completing android classes.

Unfortunately I cannot make this work. I installed using vundle and set everything as your docs explain. Also called the JavaApiLoad java-api-android. But I get no completions when pressing Ctrl-X Ctrl-O.

yuratomo commented 11 years ago

What do you displayed when you run the following in the ex mode?

:echo &omnifunc
hsanson commented 11 years ago

javaapi#complete

yuratomo commented 11 years ago

Umm... What do you displayed after pressing Ctrl-X Ctrl-O when you run the following in the ex mode? :echo exists('*javaapi#complete')

hsanson commented 2 years ago

Moved to language server (eclipsejdt)