-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add content assist for available functions #595
Comments
The XSD has more infos , e.g. boundaries and descriptions, so it may be good to use this as source. |
Since this ticket is talking about collectors and function, is it related to the interims fix? Can it be closed? @fsteeg |
Still relevant for functions, changed title. |
@fsteeg is this a ticket for the Extension? |
It would be great both in the extension and the playground. |
Like content assist for Flux commands (see metafacture/metafacture-flux#4, ui & impl), we should implement a corresponding functionality for collectors and functions (see https://github.com/metafacture/metafacture-core/tree/master/metamorph/src/main/resources).
It might actually make sense to implement this before the Flux commands assist, since we need to read only a single file (1 for collectors, 1 for functions) instead of gathering all flux-commands.properties from each Metafacture module.
The text was updated successfully, but these errors were encountered: