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

Link stack traces to relevant files (#152)

github.com/elixir-lsp/vscode-elixir-ls - 47c6845895d0e924a3f1a0e1f2f5084f1c05a054 authored about 4 years ago
fix tests on windows

move provider tests to common dir

github.com/elixir-lsp/elixir-ls - d5edfc8cd7324424b4c490d22ba29dea3b7de4e2 authored about 4 years ago
assert that process is unlinked before starting eval

github.com/elixir-lsp/elixir-ls - ccc5b3672c1232e893f6e8bd0481f838c9417322 authored about 4 years ago
Add troubleshooting note for Fedora (#403)

Fixes #231

github.com/elixir-lsp/elixir-ls - 0e4a06bddd9d794ad599dfce6e0311b3868fa209 authored about 4 years ago
Update changelog for 396 and 399

github.com/elixir-lsp/elixir-ls - 41331a8bf8efc420a616d822ab2430bee439055d authored about 4 years ago
Spec compliance improvements (#399)

* Improve spec compliance when starting and shutting down

add startup/shutdown tests

* nor...

github.com/elixir-lsp/elixir-ls - 3e00840840ee13196f67192f3f611c37b9473fad authored about 4 years ago
vars defined on with expression should not leak

remove unnecessary scope on for expression

github.com/elixir-lsp/elixir_sense - 0e978dcfbf0a0602743917e3e71dfa40bf7467cf authored about 4 years ago
bind type for vars on rescue clauses

github.com/elixir-lsp/elixir_sense - 452f0bd59d86823ce8b2bf4b68c7c4f0b52c80be authored about 4 years ago
Rescue all exceptions in SourceFile.formatter_opts

Fixes #401

github.com/elixir-lsp/elixir-ls - 43811f5c366c264210db9bfb1ba587c783c9184e authored about 4 years ago
Add plugin for Nova (#400)

Added plugin for http://nova.app/

github.com/elixir-lsp/elixir-ls - 51791ef309d82af130434779f4dd1960911acec2 authored about 4 years ago
Remove support for query prefixes in WorkspaceSymbolsProvider (#396)

Closes #392

github.com/elixir-lsp/elixir-ls - b9f55cc5997a590aa97357f14bfc347871b0a1bf authored about 4 years ago
Update changelog for #388 and vscode #148 + #149

github.com/elixir-lsp/elixir-ls - 7418065f72af148b5dbf6a4184f3c05a357c6a9d authored about 4 years ago
Update debugger section in readme

Closes #366
Closes #383

github.com/elixir-lsp/elixir-ls - da7a534a6d4e3da61c3ebe6ae7c9476e7553129e authored about 4 years ago
Subscribe Copy Debug Info command for disposal (#149)

github.com/elixir-lsp/vscode-elixir-ls - 2fc0dad276ade85177811e9c1fb463ebdd77de9f authored about 4 years ago
fix test

elixir sources may not be present on CI

github.com/elixir-lsp/elixir-ls - 99b6d7800b253f1c06a81bd29455b557a1243505 authored about 4 years ago
increase timeout

github.com/elixir-lsp/elixir-ls - fe252d852fee1bc1e90b5cf9ae971e4ff4b60dae authored about 4 years ago
fix flaky test by selective receive

test failed if the message order was different than expected

github.com/elixir-lsp/elixir-ls - 38c824ad8f9fda5785f633694da174685712f956 authored about 4 years ago
avoid running workspace symbols during tests

github.com/elixir-lsp/elixir-ls - 2fefa2316533d447301ec70f5a2323878e2bdc1a authored about 4 years ago
downgrade otp as 23.1 is not yet available on travis

github.com/elixir-lsp/elixir-ls - 8e9f03cc31c13b9da03b69c53ebc7700ff1dd05a authored about 4 years ago
run CI on elixir 1.11

github.com/elixir-lsp/elixir-ls - 31fc43f708e6dd8b4d928a955a94e86bd5ce9b33 authored about 4 years ago
reenable passing tests

github.com/elixir-lsp/elixir-ls - 8d86fcb16d702026d771439a00c5ca269ffac8a9 authored about 4 years ago
do not suggest typespecs after def fun, do:

github.com/elixir-lsp/elixir_sense - ed5b36e2968980a9b55ca1150814031916e592ee authored about 4 years ago
improve suggestions after pin, capture and on empty hint

github.com/elixir-lsp/elixir_sense - c943799b912a8406b657232fdcc5a08dfb66be97 authored about 4 years ago
catch pin and capture into hint

github.com/elixir-lsp/elixir_sense - 921de38c5f97978d928f9efe11fa2a048b3853ac authored about 4 years ago
parser improvements

github.com/elixir-lsp/elixir_sense - 3684f69f3dae8dabf337fb83fa9c95c88e11db4d authored about 4 years ago
hint support removed

Fixes #115

github.com/elixir-lsp/elixir_sense - f8af8abfc3d4b92bec3b4da1e5dd32e9450d179c authored about 4 years ago
suggest only struct/exception modules after %

fix invalid docs in module suggestions when module has submodules

github.com/elixir-lsp/elixir_sense - c5d7e192775a6dbaea9bb28ad21403a794239f00 authored over 4 years ago
Bypass erlang file server

see https://github.com/elixir-lsp/elixir-ls/pull/390

github.com/elixir-lsp/elixir_sense - 5dd20c613724edf24e14b7ea4d09625390df5fb6 authored over 4 years ago
bump .tool-versions

github.com/elixir-lsp/elixir_sense - 9ac6c89323e133a1a4131c271578ceee9dfa6948 authored over 4 years ago
fix missing local behaviour callbacks in suggestions and spec

add specs and docs from behaviour
addresses cases not covered by https://github.com/elixir-lsp/e...

github.com/elixir-lsp/elixir_sense - 241ea6b7ed235a26fbfb1bef7e341445d6db2cf8 authored over 4 years ago
Update changelog for #384

github.com/elixir-lsp/elixir-ls - 3ce835f383bd57cbbb24f389a87154c58c622114 authored over 4 years ago
Add auto publish release with asset (#384)

* Add auto publish release with asset

* set to draft

* Lower version

Co-authored-by: Ja...

github.com/elixir-lsp/elixir-ls - a1b43b4f50b5a2c230090c38c12d7d78c4dbf099 authored over 4 years ago
Update readme and changelog for #374

github.com/elixir-lsp/elixir-ls - 1626614c3e85fba3de916c439dcc544ce24aa7d6 authored over 4 years ago
Allow running a setup.bat script on Windows analogous to setup.sh on Linux (#374)

Script is located at `%APPDATA%`/elixir_ls/setup.bat` which usually translates to `C:\Users\<use...

github.com/elixir-lsp/elixir-ls - 4d4ded0721c281e3cd05ae97230d8b0261d736e5 authored over 4 years ago
Update changelog for 375 and 390

github.com/elixir-lsp/elixir-ls - b881090d5b061ff4b07316c13065d4a2e89d2ed8 authored over 4 years ago
Bypass file_server for some file existence checks (#390)

github.com/elixir-lsp/elixir-ls - eceed512c16132bbaeadd591695e83cdb205ca79 authored over 4 years ago
Migrate CI from Travis CI to GitHub Actions (#106)

* migrate CI to GitHub Actions

* refactoring and optimization

* fixup! make test project r...

github.com/elixir-lsp/elixir_sense - f3ecc17040a00ce839cb22c4de3ff85a3a27afe9 authored over 4 years ago
Do not start :debugger and :dialyzer apps to avoid depending on :wx (#388)

Fixes #387

github.com/elixir-lsp/elixir-ls - eb8c927bfa69fa11d105133dd1dd53df9a95b1f5 authored over 4 years ago
Print a message when done fetching deps (#380)

* Print a message when done fetching deps

Otherwise the user doesn't know when the server is ...

github.com/elixir-lsp/elixir-ls - d7208fe42ad0a28c72d9acf2236d83cd7f785071 authored over 4 years ago
add basic support for records in metadata builder

github.com/elixir-lsp/elixir_sense - 327b46de1b3c034be910f05b7956930e7051e6c7 authored over 4 years ago
Update README.md (#379)

github.com/elixir-lsp/elixir-ls - 3a05edf1a0fc36fdfeb136f8856746edec1adfc8 authored over 4 years ago
Upgrade elixir-ls

github.com/elixir-lsp/coc-elixir - aae526fc96b0f98b135392b08dba13c135bc681d authored over 4 years ago
Fix formatting on Windows (#375)

* Update formatting.ex (#1)

Bring formatting back on Windows. Regression in 0.6.0

Create e...

github.com/elixir-lsp/elixir-ls - fe1e8719da959eb4090cd6f256a67fcf7ac6cc33 authored over 4 years ago
[Ecto] Fix retriving module name

github.com/elixir-lsp/elixir_sense - 36e3ff7bebd4b59a15a864babec1385028a7e2c0 authored over 4 years ago
[Ecto] - Fix listing bindings of namespaced modules (#117)

github.com/elixir-lsp/elixir_sense - c9addad2ac71d2e24c373e39fda2112b5df8c3dd authored over 4 years ago
Update release instructions to include openvsx (#146)

* Update dev instructions for openvsx

* Make open-vsx a link

github.com/elixir-lsp/vscode-elixir-ls - b6fc279ac97d00c4e0d197188d4f79e228d52bb8 authored over 4 years ago
Bump version to v0.6.1

github.com/elixir-lsp/vscode-elixir-ls - 6ef324bbb9ed0e1889eca9471bfec57f4a60ce6a authored over 4 years ago
Update changelog for v0.6.1

github.com/elixir-lsp/elixir-ls - bd95bb7777c696437f9e81644b4bdb69d92d7c9f authored over 4 years ago
handle builtin types

github.com/elixir-lsp/elixir_sense - 30211cd405b874fe4cc5a6be4f27c7b59498d36b authored over 4 years ago
improve type intersection rules

github.com/elixir-lsp/elixir_sense - a13082293cfa6c5923f187d78917ef28ec3f89c7 authored over 4 years ago
Update to latest elixir-ls (#143)

github.com/elixir-lsp/vscode-elixir-ls - d408225d9a8ebf3b623aa87314e6159c25dd27c0 authored over 4 years ago
Bump version to 0.6.0 (#370)

github.com/elixir-lsp/elixir-ls - 63e95d46ff6d360cd57c035efc8f54ca46f8ea39 authored over 4 years ago
add support for intersecting union types

now binding is able to deduce type of x in
{:ok, x} = DateTime.new()

github.com/elixir-lsp/elixir_sense - 3525f2a5c211d9f44099ee28ae8c3d7e6f1698bf authored over 4 years ago
Do not crash debugger when setting a breakpoint reports that it's already set

Fixes #367

github.com/elixir-lsp/elixir-ls - eba90b92c07ceca4d222d1843d7f259535cdd4c4 authored over 4 years ago
Update changelog for 363

github.com/elixir-lsp/elixir-ls - 52ac27fa7d0661b65ec100a4f5bbed40ed28e665 authored over 4 years ago
feat: exclude modules by wildcard name (#363)

* feat: exclude modules by wildcard name

With this PR I'd like to introduce the possibility f...

github.com/elixir-lsp/elixir-ls - 0b5dd33199327418f5e5af75d61ec468751c58fe authored over 4 years ago
add basic support for case binding

github.com/elixir-lsp/elixir_sense - 4f7046749327727e11a9240a7c47391b6693c819 authored over 4 years ago
Update changelog for #359 and vscode #142

github.com/elixir-lsp/elixir-ls - 1213efbff14142ba26c1058cde7dfe9309306c60 authored over 4 years ago
Put Symbols in the `constant.language` namespace (#142)

* put symbols in the constant.language namespace

* Update constants in other locations as wel...

github.com/elixir-lsp/vscode-elixir-ls - 82c5dea0ba01f0aafc4c83a97a2092d96084109e authored over 4 years ago
Bump elixir_sense

Fixes regression introduced in elixir after 1.11-rc

github.com/elixir-lsp/elixir-ls - 37852e960acfd0cc16c0a4356580c3c446e2687d authored over 4 years ago
allow type information to be infered in nested match

handles common pattern
$Struct{} = x = function_call()
Fixes #96

github.com/elixir-lsp/elixir_sense - c46940c60a9a8b72cb82386d71b32b9328a1d5fa authored over 4 years ago
properly handle tuples of sizes other than 2

convert 2-tuples to regular form

github.com/elixir-lsp/elixir_sense - 4dc7ace489ab786dd2c83e0e8108166432ce4316 authored over 4 years ago
prevent infinite expansion

github.com/elixir-lsp/elixir_sense - 9c6048404f98d7e5bcb1c993a70b423d22863f04 authored over 4 years ago
ensure attribute positions are sorted

github.com/elixir-lsp/elixir_sense - edbfc9559092e0657c2068cfe116cec8af14640e authored over 4 years ago
ensure variable positions are unique

github.com/elixir-lsp/elixir_sense - 7d03a3ee9b9c90925233880ef3126cb207e7d32f authored over 4 years ago
do not try to evaluate remote calls on nil current_module

github.com/elixir-lsp/elixir_sense - ac55bda2fb20b8d8a5c30de8a595db79e651b686 authored over 4 years ago
add support for tuple destructuring in binding type inferience

github.com/elixir-lsp/elixir_sense - 608c8cedd10dd3bbf9ae3989e2d30b838e8aff11 authored over 4 years ago
Align with EEP48

Fixes #112

github.com/elixir-lsp/elixir_sense - 2a7199dcf65c6c83d346ac575b06d45622c6d8a6 authored over 4 years ago
bump .tool-versions and CI

github.com/elixir-lsp/elixir_sense - aefbb4dfe3f57e2d4796cf910dfdd6a0964cdc21 authored over 4 years ago
Add emmet configuration instructions to the README (#141)

github.com/elixir-lsp/vscode-elixir-ls - 6ee17161824a6cb304ca8ccca38685845c5b54b1 authored over 4 years ago
Elixir 1.11 support (#360)

* silence warning

* silence warning

* handle eex compiler returning error colum

* updat...

github.com/elixir-lsp/elixir-ls - b39509af28a7512ec5310672666db5000056045c authored over 4 years ago
add missing application

github.com/elixir-lsp/elixir_sense - 53fbd6c72ec0a28aa88d9da7224dc5bd134c234c authored over 4 years ago
silence dialyzer warning

github.com/elixir-lsp/elixir_sense - 14aaac1b224a0723ee7005237f9ec5636ba83c3b authored over 4 years ago
do not use current __ENV__

github.com/elixir-lsp/elixir_sense - 008d9161683ab4b8cad4a39312dd3c5c8acebfc7 authored over 4 years ago
set meta on ast prior to expansion

github.com/elixir-lsp/elixir_sense - 21da1772da5bc1eedc7129568543a31292c61399 authored over 4 years ago
add version check for improved behaviour

github.com/elixir-lsp/elixir_sense - d8b29f7ca1ddc4b34c73c9a2f75054ecc065d9d2 authored over 4 years ago
do not use elixir_sense __ENV__

github.com/elixir-lsp/elixir_sense - 1017c3f9f608ed613400b7f6ead93e6fc9981101 authored over 4 years ago
append context and import meta

github.com/elixir-lsp/elixir_sense - caaacbd1c0ed499550a5c50a178ef8cdfca1b481 authored over 4 years ago
deal with changed error metadata

github.com/elixir-lsp/elixir_sense - 0034536b5a4265bb6cb87f0cd88d132901f9475c authored over 4 years ago
handle new error message

github.com/elixir-lsp/elixir_sense - 857850094e8e825126ad7b8dce34873dfcc8acf6 authored over 4 years ago
fix tests asserting on changed error metadata

github.com/elixir-lsp/elixir_sense - 69e3c2839c65c3120803f7761cf1179977944d7e authored over 4 years ago
remove not needed version check

github.com/elixir-lsp/elixir_sense - ace40d9b2ebc4dc038b2af956935f3a572be86da authored over 4 years ago
deal with ast change

github.com/elixir-lsp/elixir_sense - d06416fbaf7bc77319e00aa09bc5ba69511d6f47 authored over 4 years ago