Skip to main content

Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with 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.

Demo gif showing inspect to vscode

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
GitHub Actions
View transparency log

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";