ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Display Complex Objects in Pipeline Output Tab #14

Closed adamdriscoll closed 4 years ago

adamdriscoll commented 4 years ago

Is your Enhancement request related to a problem? Please describe

Complex objects (like PSObject) don't display well in the pipeline output tab. I'd love it if it was a property grid or tree view like we have in VS Code so we can display the nested properties and objects of a complex object dropped on the pipeline.

Describe the solution you'd like

Property grid for complex objects.

Describe how this would improve your Universal Automation Quality of Life

Would be much easier to see what the objects contain.

Describe alternatives you've considered

Print the objects in a way thats visit to the end user but i dont think that will be as helpful.

adamdriscoll commented 4 years ago

Potential control: http://codecombat.github.io/treema/

adamdriscoll commented 4 years ago

Also: https://github.com/IngloriousCoderz/react-property-grid

leeberg commented 4 years ago

Partially Implemented via Grids in Public Beta Release Version!

adamdriscoll commented 4 years ago

This is done for v1.1.