camel-language-server
camel-language-server copied to clipboard
The Apache Camel LSP server implementation
follow-up https://github.com/camel-tooling/camel-language-server/issues/73
not an easy task, but it would certainly allow to parse a single time the file (and on each modifications?), simplifying after to provide all completions/documentsymbol and other things
in case placeholder value can be determined, it might be nie to add the value as a code-lens
introduced when implementing https://github.com/camel-tooling/camel-language-server/pull/58 see https://github.com/camel-tooling/camel-tooling-common/blob/c04c32c1c08dc3ddc951393c456ec23cc93339b1/src/main/java/com/github/cameltooling/model/EndpointOptionModel.java#L30
maybe can be split on hover and on completion