@deco/inspect-vscode@0.2.1Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
deco-cx/inspect-vscodeIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
52%
Published
2 months ago (0.2.1)
Inspect in VSCode
This is a simple extension for deno/fresh projects that allows you to inspect your components' source code in VSCode. This repository includes a sample site to show how it works. Activate the extension with backquote
(`) and click on any component. Your browser will attempt to navigate to the source code file in your project.
This is a native feature in live
, the edge-native DXP.
Right now, it depends on having a wrapper div
on each component to locate the source in the filesystem, which is put in place by the live
renderer.
Built and signed on
View transparency logGitHub Actions
Add Package
deno add jsr:@deco/inspect-vscode
Import symbol
import * as mod from "@deco/inspect-vscode";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@deco/inspect-vscode";
Add Package
npx jsr add @deco/inspect-vscode
Import symbol
import * as mod from "@deco/inspect-vscode";
Add Package
yarn dlx jsr add @deco/inspect-vscode
Import symbol
import * as mod from "@deco/inspect-vscode";
Add Package
pnpm dlx jsr add @deco/inspect-vscode
Import symbol
import * as mod from "@deco/inspect-vscode";
Add Package
bunx jsr add @deco/inspect-vscode
Import symbol
import * as mod from "@deco/inspect-vscode";