coc-elixir icon indicating copy to clipboard operation
coc-elixir copied to clipboard

Elixir language server extension based on elixir-ls for coc.nvim

Results 20 coc-elixir issues
Sort by recently updated
recently updated
newest added

This awesome library made me switch from Spacemacs to Neovim :+1: . Everything is working fine, but I have one issue. What do you use for autoformatting `eelixir` or `.eex`...

Bumps [terser](https://github.com/terser/terser) from 4.1.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

I've checked and autocompletion works correctly with other languages. In elixir, I am able to have buffer completion, but not LS completion while other features like goto definition and documentation...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.10 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I work in different elixir projects that use different erlang and elixir versions, to manage this I use `asdf` so each project has a local file to define the correct...

I am using the extension just fine on all elixir file, but autocomplete doesnot seems to work on .eex file, is this feature supported by this plugin? Thanks

I keep getting the following error, "[coc.nvim] The "elixir" server crashed 5 times in the last 3 minutes. The server will not be restarted." **VERSION:** Erlang/OTP 23 [erts-11.1.7] [source] [64-bit]...

I'm unsure why, but whenever I use this particular plugin with Elixir, I always end up with several issues: 1. it continues to create a `.elixir_ls` directory in my project...

https://github.com/elixir-lsp/elixir-ls/pull/389 added support to build up a command to run exunit tests from a code lens (all the user has to do is click on the code lens). It would...