]
Edson Tirelli commented on DROOLS-3514:
---------------------------------------
[~manstis] we should create separate BAPLs for auto-complete and syntax-highlights. Type
checking falls under the current BAPL on validation.
I would like to investigate if we can implement an LSP module for FEEL to provide
auto-complete and syntax-highlight. This way we can reuse it across multiple IDEs as well
as in the workbench.
[DMN Designer] Feel autocomplete, syntax highlighting and type
checking.
------------------------------------------------------------------------
Key: DROOLS-3514
URL:
https://issues.jboss.org/browse/DROOLS-3514
Project: Drools
Issue Type: Feature Request
Components: DMN Editor
Affects Versions: 7.15.0.Final
Reporter: Thomas Mantegazzi
Assignee: Michael Anstis
Priority: Major
Labels: drools-tools
Attachments: image-2019-01-14-09-16-09-474.png,
image-2019-01-14-09-16-30-813.png, image-2019-01-14-09-17-20-451.png
When trying to write decisions, it would be nice to have some sintax highlighting, and
autocomplete based on the inputs provided to the decision in the DRG.
DRG:
!image-2019-01-14-09-16-09-474.png|thumbnail!
Data type:
!image-2019-01-14-09-16-30-813.png|thumbnail!
Feel expression:
!image-2019-01-14-09-17-20-451.png|thumbnail!
In this case, it would be nice that when we write "p" we get the suggestion
"person".
It would also be nice to get type checking, so that if we declare a DMN decision to have
output of type : "number" we can not write a literal expression that outputs a
String.