[ANN] Erlang LS 0.7.0
Roberto Aloi <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAB=dfto3J3oCEXaOVkc7fALx5Nuajii1YH3r6e0Lywt4Vaskwg@mail.gmail.com> |
Hi all, I'm glad to announce the latest release of Erlang LS, the editor-agnostic language server for Erlang. Getting Started If you don't know what a language server is and how it can drastically boost your development productivity, here is an intro from the *Code Beam V* conference: https://www.youtube.com/watch?v=aVC__xlUJ3s You can also check the Erlang LS documentation on how to get started with your favourite editor of choice (Emacs, VS Code, Vim, etc): https://erlang-ls.github.io Highlights from the latest release - Add support for snippets ( https://erlang-ls.github.io/articles/snippets-are-here/) - Fix a number of bugs related to POI ranges (thanks to @garazdawi) - Complete with arity-only when dealing with a remote fun - Complete facelift for docs on hover - Include function clauses on hover - Introduce symbol highlighting - More robust els_code_navigation:find_in_document/5 (thanks to @alanz) - Add support for renaming macros and callback functions - Be able to navigate to record definitions from types (thanks to @onno-vos-dev) Full Changelog https://github.com/erlang-ls/erlang_ls/releases/tag/0.7.0 Thanks to all contributors and especially to Lukas Larsson (Erlang Solutions/Ericsson), Onno Vos (Klarna) and Alan Zimmerman (WhatsApp/Facebook). Enjoy! Roberto Aloi