- Notifications
You must be signed in to change notification settings - Fork13
This is a client implementation of the Apache Camel Language Server Protocol for Visual Studio Code
License
camel-tooling/camel-lsp-client-vscode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Features •Requirements •Documentation •Issues •Telemetry
This is theVisual Studio Code extension that adds language support forApache Camel for XML, Java and Yaml DSL code.
- Language service support for Apache Camel URIs.
- Quick reference documentation when you hover the cursor over a Camel component.
- Diagnostics for Camel URIs.
- Navigation for Java and XML.
- Camel K modelines support.
- Use a specific Camel Catalog version.
- Use a specific Runtime provider for the Camel catalog.
- Additional Camel components can be provided.
- Use dashed notation in properties file and Camel K modelines.
- Create a Camel Route using Camel JBang.
- YAML DSL
- Java DSL
- XML DSL
- from an OpenAPI file using YAML DSL
- Kamelet with YAML DSL
- Custom Resource Pipe with YAML DSL
- Transform Camel Routes from XML, Yaml or Java to YAML or XML io using Camel JBang.
- Create a Camel Quarkus project
- Create a Camel on SpringBoot project
- XML DSL Only:
- Find references for
direct
anddirect VM
components in all open Camel files. - Navigation to Camel contexts and routes in the VS Code outline panel and in theGo > Go to Symbol in Editor... navigation panel.
- Auto-completion for referenced IDs of
direct
,direct VM
,VM
andSEDA
components.
- Find references for
- Completion in pom.xml
- Completion for Camel component Maven dependency in pom.xml. Take care to have the correct runtime provider selected in Preferences.
- Completion to add Camel Quarkus debug profile
For detailed information about Apache Camel supported features, see theApache Camel Language Server.
Java 17+ is currently required to launch theApache Camel Language Server. Thecamel.ls.java.home
VS Code preferences can be used to use a different version of JDK than the default one installed on the machine.
For anXML DSL files:
- Use an
.xml
file extension. - Specify the Camel namespace
http://camel.apache.org/schema/blueprint
orhttp://camel.apache.org/schema/spring
For aJava DSL files:
- Use a
.java
file extension. - Specify Camel (usually from an imported package).For example:
import org.apache.camel.builder.RouteBuilder
. - To reference the Camel component, use
from
orto
and a string without a space. The string cannot be a variable. For example,from("timer:timerName")
works, butfrom( "timer:timerName")
andfrom(aVariable)
do not work.
Our full documentation is located inGitHub pages. Included are details about all of LSP Client for Visual Studio Code capabilities with examples and detailed information.
Something is not working properly? In that case, feel free toopen issues, add feature requests, report bugs, etc.
If you'd like to help us get better, we appreciate it!Check out ourContribution Guide on how to do that.
The LSP Client for Visual Studio Code extension collects anonymoususage data and sends it to Red Hat servers to help improve our products and services. Read ourprivacy statement to learn more. This extension respects theredhat.elemetry.enabled
setting which you can learn more about atHow to disable Telemetry reporting.
About
This is a client implementation of the Apache Camel Language Server Protocol for Visual Studio Code
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.