Releases: hylang/vscode-hy
Releases · hylang/vscode-hy
v0.0.9
What's Changed
- 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
- Other small tweaks
Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.8..0.0.9
v0.0.8
What's Changed
- f-strings should now auto-format correctly
Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.8
v0.0.7
What's Changed
- f-strings now syntax highlight interpolated sections as regular Hy code
- Added missing keywords and function names from syntax highlighting
Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.7
v0.0.6
What's Changed
- Improved command and shortcut availability (more commands hidden when not relevant)
- Updated command namespacing to avoid conflicts with similar extensions
Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.6
v0.0.5
v0.0.4
What's Changed
- Bugfixes with autoformatting (indentation, comma handling, auto comment continuation)
Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.4
v0.0.3
What's Changed
- Adds ParEdit-style structural editing
- Adds auto-formatting via calva-fmt
- Bug fixes
Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.3
v0.0.2
What's Changed
- Improvements to syntax highlighting
- Project housekeeping updates
Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.2
Initial Release (v0.0.1)
What's Changed
- Initial release. Ready, Set, GO!
Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.1