v0.3.0
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