Erlang Language Platform. LSP server and CLI. https://whatsapp.github.io/erlang-language-platform/
Find a file
2025-02-13 11:31:21 +01:00
.cargo Re-sync with internal repository (#81) 2025-02-05 12:52:42 -08:00
.github Restore Ubuntu 22 and crossbuild 2025-02-13 11:31:21 +01:00
.vscode Initial commit 2023-08-02 07:54:59 -07:00
bench_runner Initial commit 2023-08-02 07:54:59 -07:00
crates filter common_test::exportable_test_ranges by file_id 2025-02-12 01:31:52 -08:00
docs Move Code Actions docs to the site 2023-08-31 11:41:19 -07:00
editors/code Add support for CodeActionResolve 2025-02-05 03:49:46 -08:00
elisp Initial commit 2023-08-02 07:54:59 -07:00
erlang_service Avoid map comprehensions for older Erlang 2025-02-11 14:45:48 -08:00
logo Add logo to README 2023-08-03 01:29:02 -07:00
test_projects Restore "Analyze Stacktrace" functionality 2025-02-12 08:46:20 -08:00
website Unnecessary explicit fold to build a map 2025-02-06 04:22:30 -08:00
xtask EEP70 strict generators in HIR 2025-02-03 08:54:25 -08:00
.gitignore Add .globalcache to .gitignore 2024-05-22 01:23:12 -07:00
Cargo.lock Bump version to 0.12.0 2025-02-07 06:23:35 -08:00
Cargo.toml Bump OSS tree-sitter-erlang crate version 2025-02-07 06:23:35 -08:00
CODE_OF_CONDUCT.md Initial commit 2023-08-02 07:54:59 -07:00
CONTRIBUTING.md Add instructions on how to install ELP from source 2024-02-19 04:32:00 -08:00
FAQ.md Fix typo in FAQ (#2) 2023-08-03 04:26:33 -07:00
LICENSE-APACHE Initial commit 2023-08-02 07:54:59 -07:00
LICENSE-MIT Initial commit 2023-08-02 07:54:59 -07:00
README.md Remove duplicated info from README, point to Documentation instead 2024-02-14 10:29:29 -08:00
rustfmt.toml Initial commit 2023-08-02 07:54:59 -07:00

Erlang Language Platform (ELP)

ELP logo

Description

Designed at WhatsApp and inspired by the success of the Rust Analyzer 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 and LICENCE-MIT for details.

Get Started

Please refer to the official documentation to get started on your favourite text editor and to learn how to configure your projects to use ELP.

References

Contributing

  • CONTRIBUTING.md: Provides an overview of how to contribute changes to ELP (e.g., diffs, testing, etc)

FAQ

Please refer to the FAQ document 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