I’m currently upgrading from bpmn-js v9.3.1 to v11.5.0 and noticed that with the corresponding dmn-js upgrade, IntelliSense has been introduced for DMN tables.
I was wondering if there is any way to configure which functions are available in IntelliSense. Would prefer to restrict some of these functions.
Thanks for the reply much appreciated.
I’ve tried using feelLanguageContext.builtin.functions to restrict the available functions to Camunda 7 ones and autocomplete still suggests functions that are exclusive to Camunda 8.
Is autocomplete expected to respect the configured builtins, or is there a separate extension point for filtering suggestions?
The feel language context should drive the builtins.
Can you please share a running / prototypical example that clearly shows what you’re trying to achieve, what is working and what is not.
Use our existing starter projects to quickly hack it or share your existing, partial solution on GitHub or via a CodeSandbox. Provide the necessary pointers that allow us to quickly understand where you got stuck.
This way we may be able to help you in a constructive manner.