We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see ycm-core/ycmd#1251 (comment)
it should be simplest way to achieve it currently
The text was updated successfully, but these errors were encountered:
ycmd has been improved, see ycm-core/ycmd#1251 (comment)
so it should be "just" a matter of installing latest ycmd for emacs https://github.com/abingham/emacs-ycmd and configuring with something like:
let g:ycm_language_server = [{ \ 'name': 'apache-camel', \ 'filetypes': [ 'java', 'xml' ], \ 'cmdline': java -jar PATH/TO/camel-language-server.jar \}]
Sorry, something went wrong.
No branches or pull requests
see ycm-core/ycmd#1251 (comment)
it should be simplest way to achieve it currently
The text was updated successfully, but these errors were encountered: