chenweiyi / code-inspector

Click the dom on the page, it can locate the dom's source code in the IDE.

Home Page:https://inspector.fe-dev.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-inspector-plugin

中文文档 | English Doc | 在线文档

NPM version GITHUB star MIT-license


📖 介绍

点击页面上的元素,能够自动打开你的代码编辑器并将光标定位到元素对应的代码位置。

code-inspector

💻 在线体验

vue online demo:
Open in StackBlitz

react online demo:
Open in StackBlitz

🚀 安装

npm i code-inspector-plugin -D
# or
yarn add code-inspector-plugin -D
# or
pnpm add code-inspector-plugin -D

🌈 使用

完整的接入及使用方式请查看:code-inspector-plugin 配置

🎨 支持列表

当前支持的编译器、web 框架以及 IDE 如下:

👨‍💻 Contributors

特别鸣谢本项目的贡献者:

📧 交流与反馈

任何使用问题可以加入 QQ 群 769748484、微信群或者添加作者微信 zhoulx1688888 进行咨询与反馈:

About

Click the dom on the page, it can locate the dom's source code in the IDE.

https://inspector.fe-dev.cn

License:MIT License


Languages

Language:TypeScript 100.0%