vscode-elixir-ls
vscode-elixir-ls copied to clipboard
Elixir language support and debugger for VS Code, powered by ElixirLS.
Currently the LS is built only once from master. We need to check for updates and update/rebuild the LS when updates are available.
Currently the Language server is built from git on activation of the plugin, if and only if there has not yet been a checkout/clone. This happens from master and a...
As described in issue here https://github.com/JakeBecker/vscode-elixir-ls/issues/97 one would like to debug erlang/elixir node that is part of some cluster. I suggested to respect ERL OPTIONS env variable so it can...
Hello. Are you planning add support iex -S mix debugging?
As a follow up on #22: This new issue is meant to track progress on expanding the `entity.name.function-call.elixir` scope added on https://github.com/elixir-lsp/vscode-elixir-ls/pull/40 to function calls without parenthesis. As exemplified [here](https://github.com/elixir-lsp/vscode-elixir-ls/issues/22#issuecomment-570805792),...
As a follow up on https://github.com/elixir-lsp/vscode-elixir-ls/issues/22: This new issue is meant to track progress on adding a specific scope for "namespaces" to the Elixir grammar. As previously discussed in the...
### Environment * Elixir & Erlang versions (elixir --version): Erlang/OTP 25 [erts-13.0.4] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit:ns] Elixir 1.14.0 (compiled with Erlang/OTP 23) * VSCode ElixirLS version: 0.11.0 *...
Wishlist idea: I'd love a new command to, for the function at the current cursor position, open the hexdocs URL in a web browser.  I am aware of the...
As mentioned in https://github.com/elixir-lsp/vscode-elixir-ls/issues/251#issuecomment-1251221934
This will make it easier for people to understand how to view the output of ElixirLS Adds this GIF: 