Skip to content

v0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@GGG-KILLER GGG-KILLER released this 24 Nov 20:34
· 21 commits to main since this 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 as args.
  • 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.