camel-tooling / camel-language-server

The Apache Camel LSP server implementation
Apache License 2.0
48 stars 25 forks source link

Add java language support #6

Open lhein opened 6 years ago

apupier commented 6 years ago

Several possibilities:

Other things to take care:

lhein commented 6 years ago

@apupier can this issue be closed?

apupier commented 6 years ago

@apupier can this issue be closed?

no, the tests on client side are missing

apupier commented 5 years ago

basic test available for VS Code plugin https://github.com/camel-tooling/camel-lsp-client-vscode/blob/9f7dd10dbb569c6f00c5cf1b6cd7ae1277b99b26/src/test/completion.test.ts#L21-L26

apupier commented 5 years ago

issue created for Eclipse client https://github.com/camel-tooling/camel-lsp-client-eclipse/issues/42