Matsuuu / web-component-devtools

Web Component DevTools is a Browser Extension enhancing the development experience of Web Component developers
https://matsuuu.github.io/web-component-devtools/
MIT License
131 stars 3 forks source link

[Feature Request]: Add possibility to add array/object keys #25

Open Matsuuu opened 3 years ago

Matsuuu commented 3 years ago

Describe the solution you'd like

It would be nice to be able to add items to arrays viewed in the devtools. The same goes for adding keys to objects.

This should be done so that a button adds a key with an empty value. On arrays it's automatically indexed, on Objects it should ask for a name so we can add a key by name.