You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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