Skip to content

v0.6.4

Latest
Compare
Choose a tag to compare
@toerob toerob released this 02 Jun 19:31
· 16 commits to main since this release
2eddc4f

0.6.4

Added features

  • code actions - now there's a code action to allow a quickfix for creating local variables.
  • A snippet is created when adding classes via auto completions, this in unison with code actions and function signatures will help increase code writing effiency.

Fixed issues

  • The current parameter in the signature helper now works better.
  • A bug concering the signature helper was fixed. (Issue #42)
  • Cached symbols stopped working in 0.6.3, now it is working again.
  • The preprocessor now works even if there's warnings in the current source code. (This used to cause the parser not being able to update the symbols when a file was saved.)
  • Adding line breaks in the text will now translate the symbols so they are still clickable, even if no save has been done