v0.14.0
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 .