Skip to content

v0.14.0

Compare
Choose a tag to compare
@skx skx released this 30 Nov 17:58
· 98 commits to master since this release
fda7046

This release features the introduction of LSP (Language Server Protocol) support, allowing you to view the integrated help-text inside your editor/IDE.

Although the LSP protocol allows a lot of things to be done, in a portable fashion, we only support the two following things:

  • Display integrated help-information, on hover, for functions in the standard-library.
  • Provide auto-completion for all functions defined within the standard-library.

Further details, screenshots, and configuration samples are provided within LSP.md.

This release features no other changes, just the LSP additions which were requested in #108 and resolved in #109 .