Historically, tolk-vscode has been cloned from vscode-func and completely refactored.
- Support Tolk v0.7 (
bool
type,as
operator, generics instantiationsf<int>
) - Rewritten tree-sitter grammar to a modern way
- First public release, supporting all Tolk v0.6 grammar and Tolk SDK auto-detection.
- Syntax highlighting, auto-completion, go to definition, info on hover, code formatting, rename locals, diagnostics of undefined symbols.
- Versioning of VS Code extension isn't supposed to match versions of the Tolk Language, but v0.6 is the starting point for both.