camel-tooling / camel-tooling/camel-idea-plugin
Camel 4.9 - Add support for code completion for global data formats
Open
enhancement
- Dominant language
- Java
- Stars
- 210
- Forks
- 59
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 6
Description
You can configure in XML DSL and in YAML DSL now that are outside the routes. This makes it possible to configure them once globally, and then reuse in the routes.
```
```
Inside `` you want code completion for the 50+ data formats that are in Camel and how to configure them.
The same for YAML DSL:
```
- dataFormats:
- base64:
id: df1
lineLength: 88
- csv:
id: df2
headerDisabled: true
ignoreEmptyLines: true
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.