From 0f3d72a8495bab5e0b89cb8a6a09ae28fe18da9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Tue, 16 Apr 2019 16:16:23 +0200 Subject: [PATCH] Provide additional details and pointers for Camel Language Server #142 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- chapter19/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/chapter19/README.md b/chapter19/README.md index 5a8e0f0a..a77789fd 100644 --- a/chapter19/README.md +++ b/chapter19/README.md @@ -13,7 +13,9 @@ This chapters covers ## Additional tools -After the release of this book, a Camel plugin (with similar feature as IDEA based editor) has now been made for Eclipse, Eclipse Che and Visual Code as well. - -- Camel plugin for Visual Code: https://marketplace.visualstudio.com/items?itemName=camel-tooling.apache-camel-extension-pack +After the release of this book, a [Camel Language Server](https://github.com/camel-tooling/camel-language-server) has been developed. It provides textual support for Camel with quite similar features as IDEA based editor. Clients have been provided for: +- [VS Code](https://marketplace.visualstudio.com/items?itemName=camel-tooling.apache-camel-extension-pack) +- [Eclipse Desktop IDE](https://marketplace.eclipse.org/content/apache-camel-language-server) +- [Eclipse Che](https://github.com/camel-tooling/camel-lsp-client-che) +- [Eclipse Theia](https://github.com/camel-tooling/camel-lsp-client-theia)