I have deployed a new version with improvements to the autocompletion. I have made a single line version of the popular ace editor for code editing. This enables intellisense for all places where scripts are used, for example:
In the field rules:
Or in the rule editor:
Furthermore the autocompletion has been improved in general:
- It shows the data type now (e.g. string, object, array) and so on.
- It shows the possible values when a string is an enum.
What I just realized while writing this is that that preview URLs do not have autocompletion yet. This will follow early next week.