Introduction to code-inspector-plugin
maincode-inspector-plugin is a development tool that enhances efficiency by bridging the gap between the browser and your IDE. When you click on a DOM element in your web page, the plugin automatically opens your IDE and positions the cursor at the exact source code location responsible for that element.
Key Features
- Direct Navigation: Click a DOM element to jump straight to its source code in your IDE.
- Zero Intrusion: Does not require manual modifications to your source code; it works by being included in your bundler.
- Broad Compatibility:
- Bundlers: Supports
webpack,vite,rspack,rsbuild,esbuild,farm, andmako. - Frameworks: Supports
vue,react,preact,solid,qwik,svelte,astro,nextjs,nuxt, andumijs.
- Bundlers: Supports