@neurora/code-inspector-core
v1.3.3
Published
Click the dom on the page, it will open your IDE and position the cursor to the source code location of the dom.
Maintainers
Readme
@neurora/code-inspector-core
Core functionality for code-inspector with floating ball UI enhancement.
✨ Features
This package provides the core functionality for the code-inspector plugin ecosystem, including:
- 🎯 Floating Ball UI - Revolutionary draggable interface for better DX
- 🔄 Mode Switching - Toggle between "Copy Path" and "Open Editor" modes
- 🎨 Visual Feedback - Clear mode indicators and hover states
- 💾 Persistent State - Remembers user preferences across sessions
- 🔍 Element Detection - Intelligent source code location detection
- 🚀 IDE Integration - Seamless integration with popular IDEs
📦 Installation
npm i @neurora/code-inspector-core -D
# or
yarn add @neurora/code-inspector-core -D
# or
pnpm add @neurora/code-inspector-core -D🔗 Related Packages
- @neurora/code-inspector-plugin - Main plugin package
- @neurora/code-inspector-vite - Vite-specific integration
📚 Documentation
For detailed usage and configuration, please refer to the main plugin package:
📄 License
MIT © zh-lx & Neurora Contributors
