Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What about java? #7

Closed
ehzawad opened this issue Oct 12, 2016 · 2 comments
Closed

What about java? #7

ehzawad opened this issue Oct 12, 2016 · 2 comments

Comments

@ehzawad
Copy link

ehzawad commented Oct 12, 2016

Can I make it usable for java?

@deathbeam
Copy link

deathbeam commented Jan 24, 2017

I think it is doable, just use for example eclim and set it to use autocomplete, and then just use exactly same trigger regex as JavaScript uses:

let g:completor_java_omni_trigger = '\w+$|[\w\)\]\}\\\'\"]+\.\w*$'

Do not have time to test it, but it should work.

@ehzawad
Copy link
Author

ehzawad commented Feb 17, 2017

E15: Invalid expression: '\w+$|[\w)]}\'"]+.\w*$' @deathbeam not working rather throwing an error

@ehzawad ehzawad closed this as completed Feb 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants