metafacture / metafacture-fix

Work in progress towards an implementation of the Fix language for Metafacture
Apache License 2.0
6 stars 2 forks source link

Add content assist for available functions #37

Open fsteeg opened 3 years ago

fsteeg commented 3 years ago

Like content assist for Flux commands (see https://github.com/metafacture/metafacture-flux/issues/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.

dr0i commented 3 years ago

The XSD has more infos , e.g. boundaries and descriptions, so it may be good to use this as source. In our daily scrum the idea came up if we should use annotations in java classes (as for the flux to generate the flux-commans.md). (IMO we should stick to one to avoid the danger of loosing sync of documentation.)

TobiasNx commented 2 years ago

Since this ticket is talking about collectors and function, is it related to the interims fix? Can it be closed? @fsteeg

fsteeg commented 2 years ago

Still relevant for functions, changed title.

TobiasNx commented 1 year ago

@fsteeg is this a ticket for the Extension?

fsteeg commented 1 year ago

It would be great both in the extension and the playground.