Pinned Repositories
coc-elixir
Elixir language server extension based on elixir-ls for coc.nvim
dialyzer_plts
Will be used for distribution of Elixir PLT files
elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
elixir_sense
Provides context-aware information for code completion, documentation, go/jump to definition, signature info and more
ide-elixir
Atom IDE plugin for Elixir, powered by ElixirLS
lsp-elixir.el
Emacs minor mode to interact with elixir buffers by using LSP
sample_dialyzer_error_umbrella
schematic_vendored
vscode-elixir-ls
Elixir language support and debugger for VS Code, powered by ElixirLS.
vscode-surface
Elixir Language Server Protocol's Repositories
elixir-lsp/elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
elixir-lsp/vscode-elixir-ls
Elixir language support and debugger for VS Code, powered by ElixirLS.
elixir-lsp/elixir_sense
Provides context-aware information for code completion, documentation, go/jump to definition, signature info and more
elixir-lsp/coc-elixir
Elixir language server extension based on elixir-ls for coc.nvim
elixir-lsp/lsp-elixir.el
Emacs minor mode to interact with elixir buffers by using LSP
elixir-lsp/ide-elixir
Atom IDE plugin for Elixir, powered by ElixirLS
elixir-lsp/dap_codegen
Library to generate DAP protocol code
elixir-lsp/dialyzer_plts
Will be used for distribution of Elixir PLT files
elixir-lsp/example_phx
Example very basic phoenix application
elixir-lsp/gen_dap
GenDAP is an OTP behaviour for building processes that implement the Debug Adapter Protocol
elixir-lsp/sample_dialyzer_error_umbrella
elixir-lsp/schematic_vendored
elixir-lsp/vscode-surface
elixir-lsp/dialyxir
Mix tasks to simplify use of Dialyzer in Elixir projects.
elixir-lsp/jason
A blazing fast JSON parser and generator in pure Elixir.
elixir-lsp/elixir-ls-devcontainer-example
elixir-lsp/erl2ex
An Erlang to Elixir transpiler
elixir-lsp/erlex
Convert Erlang style structs and error messages to equivalent Elixir.
elixir-lsp/lsp-schema
An unofficial machine-readable Language Server Protocol Schema based on expectorate
elixir-lsp/mix_task_archive_deps
Mix tasks to create dependencies .ez archives
elixir-lsp/nimble_options
A tiny library for validating and documenting high-level options
elixir-lsp/path_glob
A glob-matching library for Elixir