1.0.0.0
Installation
If you're running linux or an intel mac you can:
- Download the
gf-lsp-Linux-x64.gz
orgf-lsp-MacOS-x64.gz
respectively - Unpack it to
gf-lsp
:gunzip -c gf-lsp-*-x64.gz > gf-lsp
- make it executable using
chmod +x gf-lsp
- and put it in one of the directories in your
$PATH
after that reload your editor to make the lsp extension find the executable.
If you are on a M1 or M2 silicon mac, follow the instructions in the readme for using nix
Changelog
This is the first tagged release
Features
- Show warnings and errors on save
- Show types on hover
- Go to definition on ctrl-click
- Automatically guess GF_LIB_PATH from installed gf executable