Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JakeBecker/vscode-elixir-ls
Elixir language support and debugger for VS Code, powered by ElixirLS.
https://github.com/JakeBecker/vscode-elixir-ls
Last synced: 3 months ago
JSON representation
Elixir language support and debugger for VS Code, powered by ElixirLS.
- Host: GitHub
- URL: https://github.com/JakeBecker/vscode-elixir-ls
- Owner: JakeBecker
- Created: 2017-06-06T18:49:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:50:31.000Z (about 2 years ago)
- Last Synced: 2024-04-13T23:54:50.736Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 609 KB
- Stars: 387
- Watchers: 12
- Forks: 41
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- freaking_awesome_elixir - TypeScript - Elixir language support and debugger for VS Code, powered by ElixirLS. (Editors)
README
# ElixirLS: Elixir support and debugger for VS Code
Provides Elixir language support and debugger. This extension is powered by the [Elixir Language Server (ElixirLS)](https://github.com/JakeBecker/elixir-ls), an Elixir implementation of Microsoft's IDE-agnostic [Language Server Protocol](https://github.com/Microsoft/language-server-protocol) and [VS Code debug protocol](https://code.visualstudio.com/docs/extensionAPI/api-debugging). Visit its page for more information. For a guide to debugger usage in Elixir, read [this blog post](https://medium.com/@JakeBeckerCode/debugging-elixir-in-vs-code-400e21814614).
# 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)/[vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls). Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins.
Thanks for using ElixirLS!