- Tweak to bracket autoclose rules
- Fixed formatter bugs (no longer confused by tuple syntax and comments)
- Fixed some syntax highlighting glitches
- Upgraded inline evaluation feature
- New "Evaluate top level expression" command (bound by default to
alt+shift+e
) - No longer loses cursor position when evaluating expressions
- Evaluated expressions are highlighted green; reen highlight remains until edits are made (even if cursor navigates away)
- New "Evaluate top level expression" command (bound by default to
- Overhauled syntax highlighting
- Now distinguish visually between builtins and macros
- Fixed broken f-string reformatting
- f-strings now syntax highlight interpolated sections as regular Hy code
- Added missing keywords and function names from syntax highlighting
- Improved command and shortcut availability (more commands hidden when not relevant)
- Updated command namespacing to avoid conflicts with similar extensions
- Introduced webpack
- Bugfixes with autoformatting (indentation, comma handling, auto comment continuation)
- Added ParEdit-style structural editing
- Added format-on-type (incl. auto-indentation)
- Bug fixes
- Improved syntax highlighting.
- Initial release.