Erlang Language Platform. LSP server and CLI. https://whatsapp.github.io/erlang-language-platform/
Find a file
2025-09-29 14:50:56 +02:00
.cargo Add release-thin profile 2025-05-23 02:51:18 -07:00
.github Explicitly include rustfmt 2025-09-29 14:50:56 +02:00
.llms/rules Convert apply_to to a apply_to_regex 2025-08-28 15:54:02 -07:00
.vscode Make tasks.json work for internal and OSS usage 2025-09-12 02:39:39 -07:00
bench_runner Update License Headers for Open Source 2025-07-01 12:42:03 -07:00
crates 3/n: Reload project if a buck2 generated input changes 2025-09-29 05:10:28 -07:00
docs Move Code Actions docs to the site 2023-08-31 11:41:19 -07:00
editors/code Bump OSS VS Code extension for imminent release 2025-09-11 08:15:04 -07:00
elisp Initial commit 2023-08-02 07:54:59 -07:00
erlang_service limit ports for Erlang service 2025-05-22 07:09:22 -07:00
logo add the svg logo assets too 2025-05-15 01:15:44 -07:00
node_modules dependabot update 2025-04-08 06:19:54 -07:00
test_projects Convert cross_node_eval linter to use trait 2025-09-19 03:32:39 -07:00
website Do not attempt to import MetaOnly resources in OSS build 2025-09-24 01:26:00 -07:00
xtask BE: Fix new clippy warnings from rust 1.88.0 2025-07-15 09:59:27 -07:00
.gitignore Add .globalcache to .gitignore 2024-05-22 01:23:12 -07:00
Cargo.lock Revert D75066592 2025-08-01 07:35:06 -07:00
Cargo.toml Revert D75066592 2025-08-01 07:35:06 -07:00
clippy.toml BE: clippy clean 2025-05-06 07:35:41 -07:00
CODE_OF_CONDUCT.md Initial commit 2023-08-02 07:54:59 -07:00
CONTRIBUTING.md Fix issue where W0008 could not be disabled (#114) 2025-08-22 08:59:06 -07: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