Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/inspect_vscode/inspector.ts>DomInspectorActivators

Click in your components and open VSCode in the correct file and line number.
Latest
variable DomInspectorActivators
import { DomInspectorActivators } from "https://deno.land/x/inspect_vscode@0.2.1/inspector.ts";

type

{ CmdE: { label: string; matchEvent: (event: KeyboardEvent) => unknown; }; Backquote: { label: string; matchEvent: (event: KeyboardEvent) => unknown; }; }