Roadmap¶
Completed¶
- Language Server Protocol (LSP) — Fully implemented
- Syntax Highlighting — Supports HTML, SQL, JavaScript, CSS, JSON, YAML, TOML
- Type Alias Support — Recognizes
type html = Annotated[Template, "html"] - Linting (
checkcommand) — Validate template strings for syntax errors
In Progress¶
- Statistics (
statscommand) — Analyze template string usage across codebases
Planned¶
- Cross-file Type Resolution — Track type aliases across module boundaries
- Auto-completion — Context-aware completions within template strings