vscode-elixir-ls icon indicating copy to clipboard operation
vscode-elixir-ls copied to clipboard

Elixir language support and debugger for VS Code, powered by ElixirLS.

Results 65 vscode-elixir-ls issues
Sort by recently updated
recently updated
newest added

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?

question

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. ![FdCRdUvXEAATCnf](https://user-images.githubusercontent.com/52168/191084838-c115970b-33fd-49fc-b553-d2d16303bce4.jpg) 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: ![viewing-elixir-ls-output](https://user-images.githubusercontent.com/9973/188515752-8b60400b-36dd-497a-8a22-fb9c696ad422.gif)