Skip to content

Releases: glehmann/earthlyls

0.2.0

30 Apr 16:18
f1d54e9
Compare
Choose a tag to compare

new features:

  • Visual Studio Code Extension
  • support for wildcard target reference
  • smaller binaries
  • add --version cli flag
  • update hover descriptions

fixes:

  • only include the definition in the references when asked to
  • hover only over command keywords

0.1.2

16 Apr 13:04
6e8c8cd
Compare
Choose a tag to compare

First release!

New features:

  • hover, to display the documentation of the command
  • go to definition, to go to the target/function definition from a target/function reference
  • go to reference, to find an go to the references of a target/function

Enjoy!