Skip to content

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 (check command) — Validate template strings for syntax errors

In Progress

  • Statistics (stats command) — 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