camel-language-server is a server implementation that provides Camel DSL smartness. The server adheres to the language server protocol and can be used with any editor that supports the protocol. The server utilizes Apache Camel.
These clients are available:
Help is welcome to provide more client implementations, especially for:
- Completion for Camel components
- Completion for Camel attributes
- Completion for Camel attributes value
On hover, the documentation of the Camel component is available.
On save, diagnostics on Camel URIs are updated:
- As you type reporting of parsing and compilation errors
- More advanced Code completion
- Code outline
- Code navigation
- Code lens (references)
- Highlights
- Code formatting
- File a bug in GitHub Issues.
ASL 2.0, See LICENSE file.