Releases
v0.2.0
February 2026
Features
- Configurable import resolution with resolver chains
- Plugin resolver support for custom module systems (C ABI)
- Cross-file go-to-definition and references
- Cross-file property/field navigation
- Import autocompletion for module paths and exported symbols
- Inlay hints for type annotations
- Config inheritance with
extendssupport
Editor Support
- VS Code extension on Visual Studio Marketplace
- Sublime Text package on Package Control
Fixes
- Memory leaks in config loader and resolver
- Go-to-definition for methods/fields on re-exported classes
- Imported symbols now recognized as re-exportable globals
Diagnostics
- New
unknown_variablediagnostic for invalid import symbols - Info-level diagnostic reporting