JetBrains / MPS-extensions

MPS-extensions aims to ease language development within MPS.
https://jetbrains.github.io/MPS-extensions/
Apache License 2.0
80 stars 49 forks source link

Tables: Support completing styles in custom node substitute implementations #702

Closed alexanderpann closed 9 months ago

alexanderpann commented 9 months ago

This method probably needs to be implemented at least in CellQuerySubstituteInfo and WrapperSubstituteInfo and maybe some other places. For some tables, it could be problematic that we don't have a node yet when creating, for example, a row that might be needed for the completion styling but it looks like the output concept is enough.

alexanderpann commented 9 months ago

I didn't noticed that one is an action the other one a substitute info class, I have to investigate again before reopening the issue.