Skip to main content
Module

x/inspect_vscode/README.md

Click in your components and open VSCode in the correct file and line number.
Latest
File

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.