Text Generation
Hello,
in the mps documentation, I have.
text gen component for concept CodeBlockConcept { (node, context, buffer)->void {}
But in the ide when I generated, I have
text gen component for concept CodeBlockConcept {
(node)->void {}
How can I get the pattern of the documentation ?
Please sign in to leave a comment.
The documentation needs to be updated to reflect the recent changes to the signature.
how can I recover context from new template ?