You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is just an idea to allow users to define rendering for TreeItem labels. Every TreeItem is based on json data. Currently we just hardcode labels in tree for different node kinds. I was thinking to have preference where you can define template for any node kind using strings like "#{refrernce.to.json.attriburte} static text". Then tree data provider would use that string to generate label for specific node and replace #{} to real value from json data.
Every kind of node should have default template. There should be preference that allows to modify default template per node kind.
The text was updated successfully, but these errors were encountered: