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

Add "Sources" panel to inspector window #34

Closed Matsuuu closed 2 years ago

Matsuuu commented 3 years ago

Add a "Sources" panel to inspector window's topside to show custom element's source code from the custom element declaration.

The data is already acquired so it should just be the act of implementing tabs to the inspector window

Matsuuu commented 2 years ago

The sources panel has been implemented.

Things do still do