Skip to content

Releases: hylang/vscode-hy

v0.0.9

05 Oct 02:22
Compare
Choose a tag to compare

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)
  • 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

12 Sep 11:56
Compare
Choose a tag to compare

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

11 Sep 02:31
Compare
Choose a tag to compare

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

11 Sep 02:31
Compare
Choose a tag to compare

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

11 Sep 02:30
Compare
Choose a tag to compare

What's Changed

  • Introduced webpack

Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.5

v0.0.4

11 Sep 02:30
Compare
Choose a tag to compare

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

21 Dec 22:58
c4fd439
Compare
Choose a tag to compare

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

25 Nov 04:33
aee3832
Compare
Choose a tag to compare

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)

23 Nov 22:41
Compare
Choose a tag to compare

What's Changed

  • Initial release. Ready, Set, GO!

Full Changelog: https://github.com/hylang/vscode-hy/commits/0.0.1