Skip to content

Commit d7fd5a9

Browse files
authored
docs: mention editors for inspector (#664)
1 parent f5d9bd2 commit d7fd5a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/inspector.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,7 @@ SVELTE_INSPECTOR_OPTIONS=true
108108
Inject custom styles when inspector is active. This is useful if you want to customize the inspector styles to match your app.
109109

110110
When the inspector is active, the `svelte-inspector-enabled` class is added to the `body` element, and the `svelte-inspector-active-target` class is added to the current active target (e.g. via hover or keyboard).
111+
112+
## Editors
113+
114+
If your editor is not [supported out of the box](https://github.com/yyx990803/launch-editor#supported-editors), you can follow [the instructions here](https://github.com/yyx990803/launch-editor#custom-editor-support) to add it.

0 commit comments

Comments
 (0)