Koin Navigator Plugin
The Koin Navigator plugin enhances your development experience by providing seamless navigation between dependencies in your Kotlin projects using Koin. This plugin automatically identifies and highlights Koin dependency injection calls, allowing you to quickly jump to the corresponding providers within your project.
Key Features:
- Automatic Detection: Identifies
inject
andget
calls from Koin throughout your code, including inside functions and properties. - Quick Navigation: Adds intuitive line markers next to dependency injection calls, enabling you to navigate directly to the Koin module definitions and factory providers.
- Enhanced Productivity: Simplifies tracking and managing dependencies in large Kotlin projects using Koin.
How It Works:
- The plugin scans your project for Koin
get
andinject
function calls. - It places a navigation icon next to these calls in the editor.
- Clicking the icon takes you directly to the relevant provider in the Koin module.
Enhance your productivity and streamline your dependency management with the Koin Dependency Navigator plugin!