Skip to content

v0.3.0

Compare
Choose a tag to compare
@i582 i582 released this 22 Jul 13:33
· 29 commits to main since this release
6042204

A small release with fixes and features for more convenient work.

Added

Tolk

  • feat(tolk/documentation): support inline field comments in #64
  • feat(tolk/inspections): add NeedNotNullUnwrapping inspection in #72

Func

  • feat(func/lens): add code lens for integer string literals like "..."c for FunC in #63
  • feat(func/resolving): support catch variables resolving and find references in #65
  • feat(func/inlay-hints): show implicit constant types in #67

Fixed

Tolk

  • fix(tolk): don't add ; for imports in #49
  • fix(tolk/completion): don't show type parameter in value completion in #69
  • fix(tolk/completion): don't add ; for top level declaration in completion in #74

FunC

  • fix(func/resolving): fix resolving for tensor/tuple variables with underscore in #68
  • fix(func/grammar): accept < and > as part of identifier in #70
  • fix(func/documentation): correctly show constant value in hover documentation in #71
  • fix(func/inspections): disable unused import inspection for now in #75

Other

  • feat(ci): add auto mirroring for Tolk tree-sitter grammar in #12
  • chore: bump tolkfmt to 0.0.13 in #47
  • refactor(tree-sitter-tolk): improve overall tree-sitter-tolk description in #48