svelte-devtools icon indicating copy to clipboard operation
svelte-devtools copied to clipboard

A browser extension to inspect Svelte application by extending your browser devtools capabilities

Results 17 svelte-devtools issues
Sort by recently updated
recently updated
newest added

**Describe the bug** SvelteKit app is not detected when opening up the devtools. Tried numerous reinstalls of the Chrome devtools. Is there an expected timeline on when Svelte 5 support...

committed

Supplementary to #190, we'll need to have a website and host an `updates.json` file for the [`update_url` property](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings#update_url) to auto-update the extension, per https://extensionworkshop.com/documentation/manage/updating-your-extension/.

committed

Support for Safari would be very useful After following the steps [here](https://developer.apple.com/news/?id=qiz0arxc) i can get it to load ok but it cant detect svelte is running (using latest v4 and...

suggestion

Can you add a function that works like this: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#inspector Meaning in the DevTools panel an additional button that opens the item in VSCode in the source file? Inspector in...

suggestion

### Describe the bug The seems to be a reproducible bug somewhere in dev tools that causes a component being updated in the editor to become moved outside of the...

bug

**Describe the bug** Trash can only hides log entries, but they reappear once you log one more event. **To Reproduce** Steps to reproduce the behavior: 1. Download svelte template `npx...

It would be cool to integrate this devtools into https://svelte.dev/repl. would be great if you could give some pointers on how I can help to make this happen.

Marking as draft for now, more research needed

Trying out changes in a PR requires many clicks to go to the actions tab and find the artifact generated from the action to download it, this change will add...