v0.2.0
Changelog:
Added
- Added first version of inspector - so far only read-only.
To access, start interactive debugging and then click on any local variable. - Macro expand. When you hover over a symbol that is a macro call in a form,
it will macro expand it in the documentation. Due to async notion,
you need to hover again to see it. - Basic completion suggestion working
Fixes
- Changed internal environment to be more decoupled
- Fixed code highlight for methods
- Fixed bad package when package does not exist
- Fixed lisp parser,
REFERENCE_LABEL
requiringdatum
, now it is stand alone - Fixed line comment highlight color
- Fixed highlight on braces
- no longer using standard BracePair but instead use internal brace matcher to prevent auto brace inserting