//! Code completion engine with modular architecture
//!
//! This module provides intelligent code completion with learning capabilities,
//! context analysis, and language-specific optimizations.
// Re-export main types for backward compatibility
pub use CompletionCache;
pub use ;
pub use ;
pub use ;