vscode-elixir-ls
vscode-elixir-ls copied to clipboard
Elixir language support and debugger for VS Code, powered by ElixirLS.
# Problem Typespec rules are not recognised as an independent syntax token. I was following PR #12 , a request to add syntax highlighting for `@spec` definitions. That issue was...
### Is this the right repo? This is specifically a request for VSCode **Description:** When working in VSCode with Python, Jupyter, F#, Clojure, I can hit a keyboard combo (usually...
### Environment - Elixir & Erlang versions (elixir --version): Erlang/OTP 26 [erts-14.2.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit:ns] Elixir 1.15.7 (compiled with Erlang/OTP 26) Phoenix installer v1.7.10 - VSCode ElixirLS...
It does not take into account asdf/rtx/mise on unix systems
The `elixirc_options` setting suggested in https://github.com/elixir-lsp/vscode-elixir-ls/pull/188 has several issues: * it's unnecessary, as `debug_info` defaults to `true`. This was incorrectly documented as defaulting to `false` until the documentation was updated...
It seems like [the logo I created](https://github.com/elixir-lsp/elixir-ls/issues/517#issuecomment-1512482996) has gained the most traction (judging by 👍 count), so I figured I'd open up a PR. The VS Code extension seems to...
html.(h)eex templates are missing support for language forwarding to JS/HTML/CSS https://code.visualstudio.com/api/language-extensions/embedded-languages
All tasks are run in first workspace
https://github.com/elixir-lsp/vscode-elixir-ls/issues/313#issuecomment-1509993436 Sample repository could help
I noticed that when having autocomplete of modules that there is no space between the actual module name and the type of it (e.g. `struct` or `behaviour`). ![CleanShot 2023-10-16 at...