Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JakeBecker/elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the JSON-based "Language Server Protocol" standard and provides debugger support via VS Code's debugger protocol.
https://github.com/JakeBecker/elixir-ls
Last synced: 7 days ago
JSON representation
A frontend-independent IDE "smartness" server for Elixir. Implements the JSON-based "Language Server Protocol" standard and provides debugger support via VS Code's debugger protocol.
- Host: GitHub
- URL: https://github.com/JakeBecker/elixir-ls
- Owner: JakeBecker
- License: apache-2.0
- Created: 2017-06-06T18:44:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T03:03:29.000Z (over 4 years ago)
- Last Synced: 2024-04-22T13:34:07.994Z (7 months ago)
- Language: Elixir
- Homepage:
- Size: 1.08 MB
- Stars: 841
- Watchers: 24
- Forks: 53
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - A frontend-independent IDE "smartness" server for Elixir. Implements the JSON-based "Language Server Protocol" standard and provides debugger support via VS Code's debugger protocol. (Editors)
README
# Elixir Language Server (ElixirLS)
The Elixir Language Server provides a server that runs in the background, providing IDEs, editors, and other tools with information about Elixir Mix projects. It adheres to the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol), a standard for frontend-independent IDE support. Debugger integration is accomplished through the similar [VS Code Debug Protocol](https://code.visualstudio.com/docs/extensionAPI/api-debugging).
## This project has moved!
It's now being maintained by proactive volunteers from the Elixir community over at [elixir-lsp](https://github.com/elixir-lsp)/[elixir-ls](https://github.com/elixir-lsp/elixir-ls). Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins if you're using VS Code.
Thanks for using ElixirLS!