Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elixirnote/elixirlsp
Multi-Language Server WebSocket proxy for Elixir Notebook/Lab server
https://github.com/elixirnote/elixirlsp
elixirnote jedi lsp lsp-server notebook tabnine
Last synced: 27 days ago
JSON representation
Multi-Language Server WebSocket proxy for Elixir Notebook/Lab server
- Host: GitHub
- URL: https://github.com/elixirnote/elixirlsp
- Owner: ElixirNote
- License: bsd-3-clause
- Created: 2022-12-24T02:06:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T06:42:22.000Z (about 2 years ago)
- Last Synced: 2024-11-20T15:09:42.306Z (about 1 month ago)
- Topics: elixirnote, jedi, lsp, lsp-server, notebook, tabnine
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go from data to knowledge# ElixirLsp
Multi-[Language Server][language-server] WebSocket proxy for your [ElixirNote][elixirnote] server.
## Quick Started
```bash
pip install elixir-lsp
```## Overview
![overview](https://raw.githubusercontent.com/ElixirNote/elixirlsp/main/assets/overview.png)
## Language Servers
`elixir-lsp` does not come with any Language Servers! Learn more about installing
and configuring [language servers][language servers docs].## License
[BSD 3-Clause License](./LICENSE)
[language-server]: https://microsoft.github.io/language-server-protocol/specification
[langserver]: https://langserver.org
[lsp-implementations]: https://microsoft.github.io/language-server-protocol/implementors/servers
[elixirnote]: https://github.com/ElixirNote/elixirnote
[language servers docs]: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html