Roadmap¶
Completed¶
- Language Server Protocol (LSP) — Fully implemented
- Syntax Highlighting — Supports HTML, T-HTML, TDOM, SQL, JavaScript, CSS, JSON, YAML, TOML
- Type Alias and Marker Support — Recognizes
type html = Annotated[Template, "html"]and marker classes withtstring_language - Linting (
checkcommand) — Validate template strings for syntax errors - Statistics (
statscommand) — Analyze template string usage across codebases
Planned¶
- Cross-file Type Resolution — Track type aliases across module boundaries