Expand description
Adapter implementations for existing code actions to implement CodeActionProvider trait
This module provides adapter wrappers that allow existing language-specific code actions to be used as pluggable providers in the configuration-driven architecture.
Structsยง
- Python
Code Action Adapter - Adapter for Python code actions provider
- Rust
Code Action Adapter - Adapter for Rust code actions provider
- Type
Script Code Action Adapter - Adapter for TypeScript code actions provider