v0.0.4
Pre-release
Pre-release
Fixed
- Fixed parameter names not being marked as readonly when they are.
- Fixed implicit
self
parameter not existing on methods. - Fix file-level
arg
parameter being wrongfully added asargs
. - Fix parameters and
for
variables not having their declaration highlighted when the caret is on a reference to them. - Fix implicit variables not being declared as readonly when they don't have a declaration (like
self
).
Added
- Added semantic syntax highlighting support for function names.
- Added "Go To References" support for variables and goto labels.
Changed
- Write log files to temp folder instead of project directory.