web-component-devtools icon indicating copy to clipboard operation
web-component-devtools copied to clipboard

Web Component DevTools is a Browser Extension enhancing the development experience of Web Component developers

Results 30 web-component-devtools issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Sometimes it's hard to comprehend component structure, how it's related to attributes, slots, and events. **Describe the solution you'd like**...

The top bar can get crowded fast if we keep piling our togglers there. It would be nice to have a dropdown menu with e.g. checkboxes to toggle features like...

**Which browser are you using?** Chrome **Is your feature request related to a problem? Please describe.** Often times I have a web component and it isn't rendering, and often the...

There is so many messages going around that it's hard to keep track who wants what. It would greatly help to have documented message classes

Make sure the component tree is more presice and organized. This could be done quite easily with [this](https://github.com/Matsuuu/web-component-general-tooling/tree/main/element-tree).

enhancement

With FF, we sometimes need to access data through `wrappedJSObject`. It would be nice to make it so that we didn't have to pollute code with checks for this. Maybe...

**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...

The extension was written with Manifest v2 since that was the one that had guides and docs nicely laid out. Migrating to Manifest v3 shouldn't be too much of a...

For example in youtube, the devtools extension breaks, and it's mainly due to the highlighter using shadow DOM. Could a workaround be written for this?

Currently there are no tests. I've got multiple sites that I run my manual testing through and test my changes that way. It would be nice to have a more...