Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Elixir LSP

We develop language editor tools for elixir ecosystem
Collective - Host: opensource - https://opencollective.com/elixir-lsp - Code: https://github.com/elixir-lsp

remove not needed annotations

github.com/elixir-lsp/elixir_sense - 219b4d0fcb27c46dd4dad915ece01ec2b92d0249 authored about 3 years ago
Backport complete improvements from elixir 1.13 (#150)

* Fix autocomplete on atoms with at

* backport complete improvements from elixir 1.13

* fi...

github.com/elixir-lsp/elixir_sense - 0a5493f7aa7792fb0da883070be936c881cd5ba7 authored about 3 years ago
Highlight unquote_splicing as a control keyword

github.com/elixir-lsp/vscode-elixir-ls - 5ec7c111d7e45afa33217d9bbd8ef044b9c0b89a authored about 3 years ago
rename misleading guard

github.com/elixir-lsp/elixir_sense - 25b4fcdc8efc9221ee9fec7e18f004faa7028e81 authored about 3 years ago
remove < 1.10 hack

github.com/elixir-lsp/elixir_sense - 96451fc920c63655e1969acc3c29e0295374915a authored about 3 years ago
use 1.10+ version

github.com/elixir-lsp/elixir_sense - 9b2281ef1e156dd52a09f1f46392503b5fb8a09c authored about 3 years ago
remove pre 1.10 code

github.com/elixir-lsp/elixir_sense - d1146c7c0b550447636da2dcf333b396f9162b92 authored about 3 years ago
allow failed tests on otp 22

github.com/elixir-lsp/elixir_sense - 7b82b8e1edead8d5e5fcb9b13ea5367ff9162d97 authored about 3 years ago
fixcrash on OTP 24.2

github.com/elixir-lsp/elixir_sense - 72f3d4ffee3c11c289d47d14a6c5f6e1a4afacb4 authored about 3 years ago
run static analysis on 1.13

github.com/elixir-lsp/elixir_sense - 10e3d879908ef9b09a22399dd296bceff0fd4b1d authored about 3 years ago
drop support for elixir < 1.10

github.com/elixir-lsp/elixir_sense - 26a05a17794c8bb673190fd73808c4ade10245ab authored about 3 years ago
fix tests on elixir 1.13

github.com/elixir-lsp/elixir_sense - 197e765a8215fee2feb7f0788f6aabd2a45ef738 authored about 3 years ago
handle multiple behaviours

github.com/elixir-lsp/elixir_sense - 5d0ca4cebd5bf16bfd59d1e727792ee739c8592a authored about 3 years ago
fix: ensure modules are compiled when indexing modules (#145)

* fix: ensure modules are compiled when indexing modules

* Update lib/elixir_sense/core/modul...

github.com/elixir-lsp/elixir_sense - 0a066590d857b79963f6eba1ff53a4f2c56eb226 authored about 3 years ago
fix: the `behaviours` key may not be unique (#144)

* fix: the `behaviours` key may not be unique

* fix: finish the when clause

github.com/elixir-lsp/elixir_sense - aeb0fb117cacb2497d6b5200a08e00e3122932ae authored about 3 years ago
CI: Use erlef/setup-beam (#146)

erlef/setup-elixir has moved to erlef/setup-beam
Hopefully this fixes the double warnings for PR's

github.com/elixir-lsp/elixir_sense - 3c1d018842ef95c3370c7d03f6a582f5c9ade96d authored about 3 years ago
Merge pull request #218 from elixir-lsp/ls-add-restart-command

Add restart language server command

github.com/elixir-lsp/vscode-elixir-ls - b9da68a595136a4d233fef791be90b43b5adda36 authored about 3 years ago
Add restart custom command (#653)

* add restart custom command

* PR fix

github.com/elixir-lsp/elixir-ls - 8b3fa5534d2bcf34c23ec2dd52eac7fe29b7538e authored about 3 years ago
allow warnings on CI

github.com/elixir-lsp/elixir-ls - 88b53a9a99689e8c5d201d8c827591b990120b2f authored about 3 years ago
Add restart language server command

github.com/elixir-lsp/vscode-elixir-ls - 53f525b90389f1c0b12fa45512292abda8185dda authored about 3 years ago
run static analysis on 1.13

github.com/elixir-lsp/elixir-ls - 4d50c37b54420bc3b9d8e185f6f48801c30d7cdc authored about 3 years ago
allow running dialyzer inside apps

github.com/elixir-lsp/elixir-ls - 2c02969b9e5d5913d1d317a8409f04ff949a2e47 authored about 3 years ago
fix dialyzer error

lib/language_server/providers/execute_command/manipulate_pipes.ex:293:pattern_match
The pattern ...

github.com/elixir-lsp/elixir-ls - 9c4c4ca560b5ab427f8b47b11302ec0acaaf54d4 authored about 3 years ago
add missing dipasable registration

github.com/elixir-lsp/vscode-elixir-ls - bd7a2ee12664524b81a54cd5423b02f230092604 authored about 3 years ago
remove deprecated command

github.com/elixir-lsp/elixir-ls - 51afb0d7c537a4f2570c295714c5fb608ea73f6c authored about 3 years ago
CI: use setup-beam (#652)

github.com/elixir-lsp/elixir-ls - 4b8c46df0b62f8e7080d8a45f5398282857a904e authored about 3 years ago
Fix CI (#4)

* PR Test

* fix directory

* remove 1.10

* run dialyzer

* run different

* cleanup

github.com/elixir-lsp/sample_dialyzer_error_umbrella - 2a2c86c5875a71635cb73239389c646cf149e338 authored about 3 years ago
Add ci and update elixir and erlang versions (#2)

* Add ci and update elixir and erlang versions

ci setup based on elixir-ls

* Update to lat...

github.com/elixir-lsp/sample_dialyzer_error_umbrella - bb333504a17be7e012de4e4e6442178f8164f677 authored about 3 years ago
Fix docsite publish (#636)

* Add initial mkdocs docsite

* Add guide on mkdocs website dev

* Add Mkdocs website deploy...

github.com/elixir-lsp/elixir-ls - c6a4b230c547fd6a43d703dfbc47000e7dfe3330 authored about 3 years ago
Merge pull request #182 from polvalente/feat/add-pipe-and-unpipe

feat: add toPipe and fromPipe commands

github.com/elixir-lsp/vscode-elixir-ls - 346bb978d57c186ef0b8ca08361801dcb08e74ae authored about 3 years ago
Merge pull request #197 from vanjabucic/additional_extensions

Additional extensions

github.com/elixir-lsp/vscode-elixir-ls - e84ebf5ff61fe57b24036938dfa9182f5ea9885d authored about 3 years ago
Merge pull request #213 from vacarsu/master

add setting for environment variables

github.com/elixir-lsp/vscode-elixir-ls - 76392a84c3f7ad1a41e6e76946dff2eeeb686889 authored about 3 years ago
Merge pull request #214 from axelson/debugger-interpret-files-pattern

Debugger: New settings related to interpreting modules

github.com/elixir-lsp/vscode-elixir-ls - 417b48caa18185661fb2ede2a66554fd3308a40d authored about 3 years ago
improvement: support external plugins (#141)

* improvement: support external plugins via explicit configuration

* improvement: ensure plug...

github.com/elixir-lsp/elixir_sense - 6ce89551c7571126876e9571c3d62d06ba05056b authored about 3 years ago
Debugger: Allow disabling auto interpreting (#616)

* Debugger: Allow disabling auto interpreting

On larger projects, the overhead of interpretin...

github.com/elixir-lsp/elixir-ls - e37d142c7768800be7e3c0e6ba339e1dd3b1e18d authored about 3 years ago
Use TextEdit struct instead of map string key (#650)

Change the text `myers_diff_to_text_edits` in formatting provider
to use `TextEdit` struct inst...

github.com/elixir-lsp/elixir-ls - a244c94413d9a7f5fe0eda39cb2be7a4973bd591 authored about 3 years ago
Fix dialyzer overlapping contract in comment_block.ex (#649)

From dialyzer:

```
lib/language_server/providers/folding_range/comment_block.ex:46:overlappi...

github.com/elixir-lsp/elixir-ls - 1fd0fc38e3ba3da8695e6488f5c23433b3284f52 authored about 3 years ago
Fix dialyzer invalid contract in line.ex (#648)

From dialyzer warning:

```
lib/language_server/providers/folding_range/line.ex:11:invalid_co...

github.com/elixir-lsp/elixir-ls - bb3039cc3f884a974dd8aea2b6eed34aa0886476 authored about 3 years ago
Fix dialyzer invalid contract in special_token.ex (#647)

From dialyzer warning:

```
lib/language_server/providers/folding_range/special_token.ex:48:i...

github.com/elixir-lsp/elixir-ls - c4b270cd79c1fb9c86eadf2a17831128110b7395 authored about 3 years ago
Fix dialyzer invalid contract in token_pairs.ex (#646)

From dialyzer warning:

```
lib/language_server/providers/folding_range/token_pairs.ex:50:inv...

github.com/elixir-lsp/elixir-ls - 6c2bc372fa6eb516642fd7ddf7a97426c2ff5ff9 authored about 3 years ago
Set minimum Elixir 1.13 to 1.13.0 (#643)

github.com/elixir-lsp/elixir-ls - 6cd0415811c9a264dd792b090401c0e2c59af503 authored about 3 years ago
Bump all applications to 0.9.0 (#644)

Fixes #637

github.com/elixir-lsp/elixir-ls - 663bcff083b1e30ac7a8c91be474588930327595 authored about 3 years ago
Add Elixir 1.13 to CI (#641)

* Add Elixir 1.13 to CI

Fixes #638

* Only set warnings_as_errors for 1.12

github.com/elixir-lsp/elixir-ls - cabcd51b1ad89e3326ecd7af27ebf3f2b3e2fd89 authored about 3 years ago
Bump version v0.9.0 (#216)

github.com/elixir-lsp/vscode-elixir-ls - b7df9e8f4ded975c1c4b721ccf2c1ba8f9240e5f authored about 3 years ago
Bump version to 0.9.0 (#634)

github.com/elixir-lsp/elixir-ls - f9e3a969a32212482a7625deec9e0fd0f533f991 authored about 3 years ago
Update mix.lock for path_glob_vendored

github.com/elixir-lsp/elixir-ls - f74531e8dfbf490bb205d974857888357a648c59 authored about 3 years ago
Default fetchDeps to false (#633)

There were already race conditions (if the user runs `mix deps.get` at
the same time) and Elixi...

github.com/elixir-lsp/elixir-ls - 60ef9048d5414bd3960bf7e392d7b8dbfb78702a authored about 3 years ago
Vendor PathGlob (#632)

* Vendor PathGlob

This is important in case someone uses PathGlob in their own project

* f...

github.com/elixir-lsp/elixir-ls - 6f456589c9970f1ed98429c2063c00fd6e3e8701 authored about 3 years ago
Fix formatting performance problems with .formatter.exs in subdirectories (#609)

* Convert should_format? test to use format/3 and fixtures

This function is really an impleme...

github.com/elixir-lsp/elixir-ls - befc60e9f1690ef44d2d9e68da10ae9acb580cd0 authored about 3 years ago
Merge branch 'elixir-lsp:master' into additional_extensions

github.com/elixir-lsp/vscode-elixir-ls - b9df151bfa06e044174dc8c219214098a8caee2a authored about 3 years ago
add additional extensions, clean (#569)

* rebase cleanup

* guard against nil settings during testing

* fix for merge mixup, all te...

github.com/elixir-lsp/elixir-ls - 07209bd05d431031fcf887215556842a94dd6293 authored about 3 years ago
Support for additional environment variables. (#622)

* add support for adding environment variables

* update restart message

* check for nil ma...

github.com/elixir-lsp/elixir-ls - 4def53f25cfc513eb3045fcbdafff0b4b0039a12 authored about 3 years ago
Add initial mkdocs documentation website (#619)

* Add initial mkdocs docsite

* Add guide on mkdocs website dev

* Add Mkdocs website deploy...

github.com/elixir-lsp/elixir-ls - 8d28a854a8c75efff2cdc466f2ec34f0533bf423 authored about 3 years ago
Update to elixir-lsp fork of mix_task_archive_deps (#628)

github.com/elixir-lsp/elixir-ls - 87b48c62f09923dc6d2eb4e38eec4b0d213ffaa7 authored about 3 years ago
Elixir 1.13 support (#620)

* bump elixir_sense

* fix deprecated api usage

* migrate to Config

* add compatibility ...

github.com/elixir-lsp/elixir-ls - 90f6591de81f4987c354a825ceb0c795eacdf210 authored about 3 years ago
remove server leftovers

github.com/elixir-lsp/elixir_sense - 3b5bb8cf19cfb99755fc3dea5b72a5cb576de43e authored about 3 years ago
Add indentation following "do" completion (#606)

* Add indentation following "do" completion

* Update apps/language_server/lib/language_server...

github.com/elixir-lsp/elixir-ls - 4a6145dd82336106f7af984652b2597bb4a8e813 authored about 3 years ago
Debugger: New settings related to interpreting modules

Adds `debugAutoInterpretAllModules` and `debugInterpretModulesPatterns`

Related to https://gith...

github.com/elixir-lsp/vscode-elixir-ls - 4294f9f0da6819e519aa4278f5f2d553ff054dac authored about 3 years ago
add setting for environment variables

github.com/elixir-lsp/vscode-elixir-ls - 5dd3965548c8b95e1470caffbbc60d56b9bd3a70 authored about 3 years ago
Updated ElixirSense.Core.Normalized.Tokenizer.tokenize/1

WIP commit to follow Elixir 1.13.0-dev for testing purpose

github.com/elixir-lsp/elixir_sense - 5fc91e8dceaf2e4d791d01527b46f146dbfb42a6 authored about 3 years ago
get call meta from other meta

github.com/elixir-lsp/elixir_sense - 9e7c8dcb353ea53a936240f72f6673bb5f72c71c authored about 3 years ago
silence dialyzer error

github.com/elixir-lsp/elixir_sense - 3aff3709d78f79c641fc0df47b0976aa7217b45e authored about 3 years ago
make references more resilient to newlines

github.com/elixir-lsp/elixir_sense - 42426551354d4936bfac2203381106eb42387453 authored about 3 years ago
handle newlines in callback args

github.com/elixir-lsp/elixir_sense - 95854b1c13f23077568c889d09a5b49c5fc68ce5 authored about 3 years ago
add support for quoted_atom

github.com/elixir-lsp/elixir_sense - 51c10e38cee6941653fda7fa92fbdab013e361d1 authored about 3 years ago
Updated ElixirSense.Core.Normalized.Tokenizer.tokenize/1

Elixir 1.13.0-dev compatibility:
elixir_tokenizer.tokenize return tuple as {:ok, warnings, result}

github.com/elixir-lsp/elixir_sense - ed0e3446b65ffbadb6648b90151a4b722f5ede7d authored about 3 years ago
reorder defs to avoid crash

this code was invalid and dod not work as expected

github.com/elixir-lsp/elixir_sense - 02bdd6c828168363e4f39f94eccefc63fe3b15ed authored about 3 years ago
remove references to server

github.com/elixir-lsp/elixir_sense - 0041c179f9278c737a4e68127afbea0a456d5313 authored about 3 years ago
Remove server functionality

Fixes #135

github.com/elixir-lsp/elixir_sense - 2782ad169df628958d1d85fae7efba4c2ee0d4dc authored about 3 years ago
Add link to nvim-dap plugin (#614)

github.com/elixir-lsp/elixir-ls - 9becfba6b5cf15676fd78b9b14d47d3611bd85da authored about 3 years ago
Merge pull request #212 from fschoenfeldt/patch-1

fix typo

github.com/elixir-lsp/vscode-elixir-ls - 635be186d012f202518d4a475981bf6b797414da authored about 3 years ago
Merge branch 'master' into feat/add-pipe-and-unpipe

github.com/elixir-lsp/vscode-elixir-ls - 2e1546adaf41b613cb2eb181ffce08cfdd60b0e1 authored over 3 years ago
Merge pull request #207 from systemctl603/master

Set which pairs of brackets should be colorized

github.com/elixir-lsp/vscode-elixir-ls - 52cc4806ca15ef33d1d118534a8f05d9abae950e authored over 3 years ago
Merge pull request #189 from axelson/fetch-deps-default-false

Change the default of `fetchDeps` to false

github.com/elixir-lsp/vscode-elixir-ls - 0b9b3414c7e0f8b5e8c5c8bc2c929d9553d52484 authored over 3 years ago
Merge pull request #203 from axelson/document-tab-size-more

Document how `editor.tabSize` interacts with the formatter

github.com/elixir-lsp/vscode-elixir-ls - d75e6ea36c2384a5d843462625965c3891f9126c authored over 3 years ago
Merge pull request #210 from axelson/configurable-watch-expression-timeout

Allow configuring the debug expression timeout

github.com/elixir-lsp/vscode-elixir-ls - 2931479b83540218ab58a6d35e65b1094e954766 authored over 3 years ago
Allow configuring debugExpressionTimeoutMs (#613)

* Allow configuring debugExpressionTimeoutMs

Rather than a hard-coded timeout of 1_000 ms for...

github.com/elixir-lsp/elixir-ls - 37dd73046b8972b898d55e987fcd1a397367ad39 authored over 3 years ago
Allow configuring the debug expression timeout

github.com/elixir-lsp/vscode-elixir-ls - 9d8624e312fe6853baed00996e9e57b47de96d22 authored over 3 years ago
Update eex-language-configuration.json

github.com/elixir-lsp/vscode-elixir-ls - f6cfc71a0d87aad7e5bdc8d649a286e345bd3eee authored over 3 years ago
Update elixir-ls version

github.com/elixir-lsp/vscode-elixir-ls - e0588961ca916376de4021be1b5037770fed004c authored over 3 years ago
Bump version to 0.8.1 (#602)

github.com/elixir-lsp/elixir-ls - db38656abf1b69d2b36860c031596cf252625e41 authored over 3 years ago
Update changelog (#600)

github.com/elixir-lsp/elixir-ls - ac8146282888ef822faac1d554683e043dd3b49f authored over 3 years ago
Use line from missing terminator hint (#588)

* Use line from missing terminator hint

* Fix formatter error

* Remove mix files

Co-aut...

github.com/elixir-lsp/elixir-ls - 5f07a740ffd1302dfd42aeb3075b02249057418f authored over 3 years ago
Add end keyword to completions (#599)

github.com/elixir-lsp/elixir-ls - be7055345a8d7597c14dbe247896c5c06d988598 authored over 3 years ago
Remove dependency on forms (#596)

* Remove forms dependency

* Also remove dependency from mix.lock

Co-authored-by: Awlex <no...

github.com/elixir-lsp/elixir-ls - 021433713eacb06183eda79dc2fdcf05a83ba45d authored over 3 years ago
Fix typos (#594)

github.com/elixir-lsp/elixir-ls - 879aed98f6702486b11acefb121c19a4ee31ac75 authored over 3 years ago
Add a `do` autocompletion (#593)

* Add a `do` autocompletion

For some clients typing `do` will result in autocompletion which ...

github.com/elixir-lsp/elixir-ls - 3d7d8c3ae9361af1090805551ce59a5c17d586e0 authored over 3 years ago