Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WhatsApp/erlang-language-platform
Erlang Language Platform. LSP server and CLI.
https://github.com/WhatsApp/erlang-language-platform
Last synced: about 1 month ago
JSON representation
Erlang Language Platform. LSP server and CLI.
- Host: GitHub
- URL: https://github.com/WhatsApp/erlang-language-platform
- Owner: WhatsApp
- License: apache-2.0
- Created: 2023-08-02T14:25:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T10:10:59.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:31:59.805Z (about 1 month ago)
- Language: Rust
- Homepage: https://whatsapp.github.io/erlang-language-platform/
- Size: 66.6 MB
- Stars: 255
- Watchers: 16
- Forks: 19
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - WhatsApp/erlang-language-platform - Erlang Language Platform. LSP server and CLI. (Rust)
README
# Erlang Language Platform (ELP)
## Description
Designed at **WhatsApp** and inspired by the success of the
[Rust Analyzer](https://rust-analyzer.github.io/) project, ELP provides **a
scalable, fully incremental, IDE-first library for the semantic analysis of
Erlang code**.ELP includes a fully fledged **LSP language server for the Erlang programming
language**, providing advanced features such as go-to-definition, find
references, call hierarchy and more for your IDE of choice.ELP is easily **extensible** and provides a convenient **API to implement
linters and refactoring tools for Erlang**.## Terms of Use
You are free to copy, modify, and distribute ELP with attribution under the
terms of the Apache-2.0 and MIT licences. See [LICENCE-APACHE](./LICENCE-APACHE)
and [LICENCE-MIT](./LICENSE-MIT) for details.## Get Started
Please refer to the
[official documentation](https://whatsapp.github.io/erlang-language-platform/docs/get-started/)
to get started on your favourite text editor and to learn how to configure your
projects to use ELP.## References
- [rust-analyzer](https://github.com/rust-lang/rust-analyzer)
## Contributing
- [CONTRIBUTING.md](./CONTRIBUTING.md): Provides an overview of how to
contribute changes to ELP (e.g., diffs, testing, etc)## FAQ
Please refer to [the FAQ document](./FAQ.md) for answers to some common
questions, including:- What's the difference between ELP and Erlang LS?
- Why not extend Erlang LS, rather than creating a new tool?
- Why is ELP implemented in Rust, rather than Erlang?## License
erlang-language-platform is dual-licensed
- [Apache](./LICENSE-APACHE).
- [MIT](./LICENSE-MIT).