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

Elixir embeddings (like ``) are not tokenized properly in `~L""" """` as opposed to `.(l)eex` files ![image](https://user-images.githubusercontent.com/17034772/123525222-5c4c2300-d6cf-11eb-9d7a-662c29578746.png) Code ``` # Elixir ~L""" """ ``` ``` ``` ### Details The `~L`...

### Environment * Elixir & Erlang versions (elixir --version): Erlang/OTP 23 [erts-11.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] Elixir 1.11.4 (compiled with Erlang/OTP 23) * VSCode ElixirLS version: 0.7.0 *...

Adds a task to the extension to run the current test under the cursor. I wasn't too confident on adding a default keybinding because I'm not familiar with any policies...

ElixirLS 0.4.0 VS Code 1.45.1 Target lxc container Ubuntu 20.04 Elixir and erlang installed with asdf Not sure what's wrong here. I tried rebooting and restarting everything multiple times, won't...

From the original: https://github.com/JakeBecker/vscode-elixir-ls/issues/90 Is this considered after forked? Personally I'm looking forward to the feature, so let me raise an issue for tracking. (I may try working on the...

help wanted

A full write up is available at: https://github.com/elixir-lsp/elixir-ls/pull/513 , any input for additional functionality / implementation changes should be in that PR and keep the conversation in this PR related...

### Is this the right repo? Yep ### Environment Most of this can be filled out by running the VSCode command (by default bound to Ctrl+Shift+P) "ElixirLS: Copy Debug Info"...

enhancement

### Is this the right repo? I think so. ### Environment Most of this can be filled out by running the VSCode command (by default bound to Ctrl+Shift+P) "ElixirLS: Copy...

Phew, ``` "emmet.includeLanguages": { "html-eex": "html" } ``` was exactly what I needed to get HTML completion working... but I have one more small, niggling problem with it still. When...

enhancement
help wanted

Let the user choose where the LS sources and binaries should be stored and whether or not they should be managed by this plugin or something else (which would deactivate...