Skip to content
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

Show actually loaded configuration for nodetypes and fusion prototypes from IDE #243

Open
klfman opened this issue Sep 14, 2023 · 0 comments

Comments

@klfman
Copy link

klfman commented Sep 14, 2023

When working with Neos I often struggle to find out, which configuration of my nodetypes or fusion prototypes are actually loaded at runtime. At runtime neos collects all the files and "constructs" the effective nodetype configuration by plugging together the yaml or fusion, overriding keys depending on package loading order and so on.
It is hard to keep track, what is actually happening.

I'm dreaming of a feature that shows me the effective configuration when hovering over a nodetype or fusion prototype.

As there is a backend view for all of this (which is far away for me while I'm developing from IntelliJ) I assume that this could be generated by periodically running the flow binary via the plugin or something (e.g. when triggering a save)?

Would even be cooler to add something like git blame to that view that shows where a certain key's value comes from (which file or package), to track down problems when overriding keys in fusion or nodetype definitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants