camel-tooling / camel-tooling/camel-idea-plugin

Camel 4.9 - Add support for code completion for global data formats

Open
#1,071 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.