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

fuzzy matching (#491)

* bump elixir_sense

* prepare tests for fuzzy matching

github.com/elixir-lsp/elixir-ls - e1538edc48ca2f6eaa73a6887b95cf1c1839bc09 authored almost 4 years ago
add hrl to watched files (#177)

github.com/elixir-lsp/vscode-elixir-ls - 1d1d9df59c3fd2543ca4bdddcf6b0abf65b66559 authored almost 4 years ago
fix(test lenses): Use single instead of double quotes non-Windows environments and escape nested quotes (#175)

* fix: Use single instead of double quotes and escape nested quotes

* Fix formatting

Co-au...

github.com/elixir-lsp/vscode-elixir-ls - 155db281f6573b7c22b6540fe64570f3ed645ba6 authored almost 4 years ago
Fix CI issues (#178)

* run formatter

* make linter work for .ts files

* fix linter problems

* migrate to sup...

github.com/elixir-lsp/vscode-elixir-ls - 9eca95da51b99a52100ed03099e767041a292cb9 authored almost 4 years ago
fix(test lenses): No longer expect "do" on test declaration line (#493)

* fix: No longer expect "do" on test declaration line

* test: Fix failing test and remove unu...

github.com/elixir-lsp/elixir-ls - d87c5e5026d69ea817860a6d1de49455d672c16d authored almost 4 years ago
update ci to use erlang foundation version (#494)

* update ci to use erlang foundation version

* Apply suggestions from code review

Co-autho...

github.com/elixir-lsp/elixir-ls - 7928174ac0bc23100225e51f286d3bc3d499bbe6 authored almost 4 years ago
require elixir 1.8

bump version to 2.0

github.com/elixir-lsp/elixir_sense - 7fb31589e9dfdb91c6498e1169a13a0fe056d15b authored almost 4 years ago
update ci to use erlang foundation version (#123)

* update ci to use erlang foundation version

* drop 1.7 as it was already dropped in elixir-ls

github.com/elixir-lsp/elixir_sense - 6b653c394fe405a186c577ade18d4e8b7908a8e6 authored almost 4 years ago
Fuzzy matching (#121)

* start with removing custom starts_with?

The behavior is actually the same as String.starts_...

github.com/elixir-lsp/elixir_sense - 6c70be73b59d049e7d46eba520f29e1d767f2f4a authored almost 4 years ago
Navigate to current project before executing tests (#168)

github.com/elixir-lsp/vscode-elixir-ls - 06b1d2700d04c199ff9a6388a6776135f8480162 authored almost 4 years ago
do not return duplicated typespec suggestions

the same suggestion could be returned from both metadata and introspection

github.com/elixir-lsp/elixir_sense - 98bd88de0c09b5678b2a1b9cb06bef66d25a53e8 authored almost 4 years ago
advance line counter by 1 on /r/n line ending (#489)

previous version wrongly advanced it by 2

Fixes #484

github.com/elixir-lsp/elixir-ls - 6bdecff1565107a1563dff36210fca6b0b06577e authored almost 4 years ago
Adds a "projectDir" arg to test code lenses (#477)

* Adds a "projectDir" arg to test code lenses

* Add tests

github.com/elixir-lsp/elixir-ls - 607691e68595cb5350c63b5a0a321e70537789af authored almost 4 years ago
Improve test reliability (#488)

* Improve test reliability

Add tags to allow running only some of the tests
- `mix test --on...

github.com/elixir-lsp/elixir-ls - 0e932cafcb439fd94821ce9ce4e6fceceb596754 authored almost 4 years ago
Remove tmp dir from gitignore (#482)

After #463 was merged, there is nothing actually using the tmp directory
for tests. And any cur...

github.com/elixir-lsp/elixir-ls - ff4029ff11c9f9bef92f0acee3c07c3b9d93a559 authored almost 4 years ago
Make launcher easier wrappable for different install locations (#467)

* add ELS_INSTALL_PREFIX to launch scripts

* add ELS_INSTALL_PREFIX to debug scripts

* add...

github.com/elixir-lsp/elixir-ls - f9ae150a562e8002720b1e28a2da69ae5d12c0d1 authored almost 4 years ago
Do not suggest 0 arity functions after pipe (#486)

bump elixir_sense - fix invalid argument list returned for Kernel.SpecialForms macros
Fixes #479

github.com/elixir-lsp/elixir-ls - b453e9a64a9280660302e428673c25156dacc51e authored almost 4 years ago
return dummy arg list in completion if the docs one has invalid arity

github.com/elixir-lsp/elixir_sense - 28f8467a349c6ed004aac66a2e8d7020cdde2e0d authored almost 4 years ago
Update elixir-ls to 0.6.5 (#171)

github.com/elixir-lsp/vscode-elixir-ls - 43a6422e111a8981891d767ba2c99d08bbda6e4f authored almost 4 years ago
Bump to version 0.6.5 (#483)

github.com/elixir-lsp/elixir-ls - dccd34dbd856ae34efc925d014c6f84012549c90 authored almost 4 years ago
Fixes tests not compiling after first run (#463)

* Fixes tests not compiling after first run

* Move temporary test files to elixir_ls_utils/.t...

github.com/elixir-lsp/elixir-ls - 69b22544901fb0ba8fd17998977b8488a0884213 authored almost 4 years ago
Bump version to 0.6.4

github.com/elixir-lsp/coc-elixir - e804da8b01d90fc929b36fc0b21a1a084446ff1a authored about 4 years ago
Upgrade language server

github.com/elixir-lsp/coc-elixir - f06235a9137ee37607fc793f733da2e70de4c63a authored about 4 years ago
Skip non file: URI scheme notifications (#475)

file watcher receives them in some cases
those notifications should not trigger build
we are a...

github.com/elixir-lsp/elixir-ls - 68dd9fa17801be7e801c45737cab093fe87ed8e0 authored about 4 years ago
increase timeouts in often failing tests

github.com/elixir-lsp/elixir-ls - 51a4966de87514b4723650989e98706274b102d6 authored about 4 years ago
Bump version to 0.6.4 (#167)

github.com/elixir-lsp/vscode-elixir-ls - fa0962c16f1b894ae50106d7da4a613f3df791a8 authored about 4 years ago
Bump version to 0.6.4 (#472)

github.com/elixir-lsp/elixir-ls - 4cc7f6c63d71f70511e67ae3d16f86965947cf46 authored about 4 years ago
Revert "Make wrapper script more robust (#445)" (#471)

This reverts commit 843e1a6cc964df82f604be94d0784773205758f3.

github.com/elixir-lsp/elixir-ls - 7c95e7d332df34a6c5d726d473b86558e3c83482 authored about 4 years ago
Update changelog

github.com/elixir-lsp/elixir-ls - b5ee4b045dd546a8a5ce0b94b23edca8a2e473cf authored about 4 years ago
Revert "Make wrapper script more robust (#445)"

This reverts commit 843e1a6cc964df82f604be94d0784773205758f3.

github.com/elixir-lsp/elixir-ls - c74b5a86b6f779f1de712b1c53724dcd5ccef8e1 authored about 4 years ago
Document that there should be no output on setup script (#468)

github.com/elixir-lsp/elixir-ls - 727053fa896d0ecbf26a6a3cc3f0f1ca871c485a authored about 4 years ago
Remove duplicated entry from changelog

github.com/elixir-lsp/elixir-ls - 2dbbb6c406559bf0b5126c033da49869567591cf authored about 4 years ago
Bump to version 0.6.3 (#166)

github.com/elixir-lsp/vscode-elixir-ls - 9b696c586e0423c350887d1eaf4f6645d9a58adc authored about 4 years ago
Bump version to v0.6.3 (#465)

github.com/elixir-lsp/elixir-ls - 42ebb2a58f17039c9649c446b63fb80abcfb9475 authored about 4 years ago
Update changelog

github.com/elixir-lsp/elixir-ls - bbce5b8e80adf1df2cc616fa892366ba645807f2 authored about 4 years ago
Return correct location for defs with when (#464)

previously the location pointed to when keyword (which may be on the next line) not to def's hea...

github.com/elixir-lsp/elixir-ls - 5b0f9a9525b5fe525ada05af3638ca99d869a8ce authored about 4 years ago
bump ci otp versions

github.com/elixir-lsp/elixir-ls - 7cd7615dd72939f49922095c843d7ce3622c6490 authored about 4 years ago
revert version changes

github.com/elixir-lsp/elixir_sense - 5f4a0a38a0c3f5c69cf81ff4b5b6e5a184ea28b3 authored about 4 years ago
bump ci and tool versions

github.com/elixir-lsp/elixir_sense - f83a8d46e22542e7fe58f9864221fe46843bcc1c authored about 4 years ago
bump elixir_sense

Fixes crash with ecto many to many completions
https://github.com/elixir-lsp/elixir_sense/pull/120

github.com/elixir-lsp/elixir-ls - 7c732f359951db006775c3aa19dd73b022b2e48e authored about 4 years ago
Fix autocomplete for many_to_many associations (#120)

* Fix autocomplete for many_to_many associations

Using ElixirLS with VS Code, I noticed that ...

github.com/elixir-lsp/elixir_sense - ec5fd93dbef433dca0710e92dd0819dd325cdb99 authored about 4 years ago
Minor cleanup (#119)

* Remove unused config/

* Set `runtime: false` on some applications

* Use application infe...

github.com/elixir-lsp/elixir_sense - c2bb5bc848e8f8ebd1c54e1a13b273528dedfe57 authored about 4 years ago
contract translator extracted to separate module (#462)

tests added
fix %{optional(atom)=>any} being translated to %{} - should be map
do not translat...

github.com/elixir-lsp/elixir-ls - 747785690becc0c6f1ec6ccc92dca5172f51d4f6 authored about 4 years ago
use new args_list elixir_sense API (#461)

Fixes #458

github.com/elixir-lsp/elixir-ls - 00765babfced92f15906ffc698818080032cebee authored about 4 years ago
return args_list in callback, protocol fun and overridable sugestions

github.com/elixir-lsp/elixir_sense - 0fce2bb501b846d71c653ad8fb4275ef15777db0 authored about 4 years ago
Improve debugger stability (#457)

* remove legacy io_request handlers

we don't support OTP < R15B

* rescue MatchError in :in...

github.com/elixir-lsp/elixir-ls - 4ae6e22a9c01671192f827b1d0dcf5c573852061 authored about 4 years ago
URI - file system path conversion fixes (#447)

* fixes and improvements to URI - file system path translation

tests and implementation basin...

github.com/elixir-lsp/elixir-ls - e8c381b6d029902e20fa46719ef17c99cd7599c0 authored about 4 years ago
Revert "add windows to ci matrix"

This reverts commit 5118d36de064e1d7178bae2405406b78a0b4973e.

github.com/elixir-lsp/elixir_sense - c39ec3e031c171d64d17b26c88994acc568b2b74 authored about 4 years ago
add windows to ci matrix

github.com/elixir-lsp/elixir_sense - 5118d36de064e1d7178bae2405406b78a0b4973e authored about 4 years ago
return args as list in suggestions

github.com/elixir-lsp/elixir_sense - 53a8b4b39dc587f963b9747186e60eb78c1e1a0b authored about 4 years ago
bump ci and tool versions

github.com/elixir-lsp/elixir_sense - e3022c3c3a05e75f2517b7b35b0f19a250af0571 authored about 4 years ago
Update changelog for #443, #445 and vscode #159

github.com/elixir-lsp/elixir-ls - 9fc218835e2e08ac8157f3c3af4d9c037be7d78f authored about 4 years ago
Update README to reflect updated configuration (#159)

See 58cb05b123431e8b34c70469e97e834cff2fb79f

github.com/elixir-lsp/vscode-elixir-ls - d0fe47df7d795dcf2bffc435c6b8a9789f7e9bf2 authored about 4 years ago
Make wrapper script more robust (#445)

This makes a setup possible in which a symlink points to the file
(e.g. /usr/local/bin/elixir-l...

github.com/elixir-lsp/elixir-ls - 843e1a6cc964df82f604be94d0784773205758f3 authored about 4 years ago
Fix some test lenses bugs (#443)

* fix: Module test lenses are always placed on module declaration line

* Sort environment inf...

github.com/elixir-lsp/elixir-ls - 93f89966780a348b6aafb98777332f0238b4c3ad authored about 4 years ago
Don't use all of the available schedulers (#437)

This will make ElixirLS less resource-intensive because it isn't
expected to be the only progra...

github.com/elixir-lsp/elixir-ls - a696d94f5a7b9d9d5323d79342bc206a26cf14bb authored about 4 years ago
Update changelog for #434 and vscode #157

github.com/elixir-lsp/elixir-ls - 4932739150ace17b1b023493f6c62fa586912fa2 authored about 4 years ago
fix regression in erlang module completions

github.com/elixir-lsp/elixir-ls - c7ea1edb47543040abb77e278368bea8c7459c55 authored about 4 years ago
log instead of showing message

github.com/elixir-lsp/elixir-ls - 7bde0449ed29a5226f147aa7a673d3f6363c533d authored about 4 years ago
add folding markers for @doc, @moduledoc, #region (#157)

* feat: add folding markers for @doc, @moduledoc, #region

* add `typedoc`

Co-authored-by: ...

github.com/elixir-lsp/vscode-elixir-ls - b914752293ed2416a42bfbf107aec8893c1cc3e5 authored about 4 years ago
Give better warning for incomplete erlang install (#434)

github.com/elixir-lsp/elixir-ls - f8f09a7cd2f90f438c549c1e1af685c55de1d25f authored about 4 years ago
Update changelog for 430, 433, 432, 429

github.com/elixir-lsp/elixir-ls - 9370e4228cd1847707de6697086e38184ff65f9e authored about 4 years ago
Fix awaiting_contracts not getting responses (#433)

* do not add amore awaiting contracts for the same uri

* there should not be any awaiting con...

github.com/elixir-lsp/elixir-ls - 8a22882d22352e2c56254d992c536e101b97fb48 authored about 4 years ago
Fix invalid value set in write_manifest_pid (#430)

* properly set pid to write_manifest_pid

previously it was {:ok, pid} | nil, now correctly pi...

github.com/elixir-lsp/elixir-ls - 3b2c51befc5e61a23794663a6c4ef490e63a80e8 authored about 4 years ago
adds editorconfig (#432)

github.com/elixir-lsp/elixir-ls - 4037b91fe4f724b1899fe4277a340aeb95cb88f3 authored about 4 years ago
Add test coverage to packet stream and wire protocol modules (#429)

* add comment

* validate content length

* add comment

closes #236

* add packet strea...

github.com/elixir-lsp/elixir-ls - d05c0838fd7827a701f0e65136719a4f92e8368a authored about 4 years ago
Add code lens for running test in terminal (#155)

* Add command for running test in terminal

* Remove dead code, update mix command, update eli...

github.com/elixir-lsp/vscode-elixir-ls - adeaaa57eeeab76293192a9ea018dc0d068002a5 authored about 4 years ago
Provide test running code lens (#389)

* Provide code lenses for running tests (WIP)

* Remove unused function

* Properly identify...

github.com/elixir-lsp/elixir-ls - 5b2d23622614b8470293cb7cadba530170f8f70f authored about 4 years ago
Update changelog for 419, 428, 426, 420, vscode 154

github.com/elixir-lsp/elixir-ls - d1e0e474998edcc8fb6dac20c41cebf9a78f666f authored about 4 years ago
use ASDF_DIR variable to support Homebrew installs (#428)

Currently the `launch.sh` script will check for asdf in my home directory.
As I am a Homebrew u...

github.com/elixir-lsp/elixir-ls - 8101fd1881e0afd42cab6464d2a0e770ac435680 authored about 4 years ago
Do not insert `end` after `do:` (#426)

* do not insert end after do:

Fixes #424

* Add a couple more tests

Co-authored-by: Jaso...

github.com/elixir-lsp/elixir-ls - 63d10b37735a3860572fa11db526d1bdf568253e authored about 4 years ago
Fix debugger not starting on windows (#154)

* avoid console warnings when starting the extension on windows

elixir -e ""
crashes on wind...

github.com/elixir-lsp/vscode-elixir-ls - 8ec1c6eca1fc534b00b1517c34abff9ba7850c95 authored about 4 years ago
Dialyzer improvements (#422)

* avoid another pass over enumerable

* avoid expand_references on the same modules if they ar...

github.com/elixir-lsp/elixir-ls - f08f5ab0183ebb723c00b56269178159cbf14327 authored about 4 years ago
Switch to github workflows (#420)

* Switch to github workflows

Travis open source version is going away at the end of the year....

github.com/elixir-lsp/elixir-ls - bdf225bd654566a2fa8d057d6cf4b7528ca42ab2 authored about 4 years ago
Replace kerl and kiex with asdf in readme (#421)

kerl and kiex are not officially supported as a way to manage the
installed Elixir and Erlang v...

github.com/elixir-lsp/elixir-ls - 083ea3b510b28159499fea6badcee4eb28d0520e authored about 4 years ago
Autocompletion: more specific CompletionItemKind (#419)

* Autocompletion: more specific CompletionItemKind

Instead of returning module for all types ...

github.com/elixir-lsp/elixir-ls - 6ffa87196e55cb5e9069cbf23c45a209d5f3c6a7 authored about 4 years ago
Check tests for warnings (#418)

* Check tests for warnings

Code is based on this blog post:
https://dashbit.co/blog/tests-wi...

github.com/elixir-lsp/elixir-ls - 88ec52e261cdf11dd0ee080654359d5f0e254071 authored about 4 years ago
Update changelog for #415

github.com/elixir-lsp/elixir-ls - abb3c48f0b0382241f5f43af5b93e549f917ac2b authored about 4 years ago
Implementations provider (#415)

* move to provider

* no need to feature check as formatter and references are available since...

github.com/elixir-lsp/elixir-ls - 434f6bc3ac58a268f92128599c1cf3c08a7b3ff2 authored about 4 years ago
include loaded modules when looking for implementations

github.com/elixir-lsp/elixir_sense - a8c6a127163e87025b74b12ed150bd30c09f9955 authored about 4 years ago
Revert "find implementations in modules not belonging to applications"

This reverts commit 2afb5d9e21b39c24613f90f7b473b4fcf7acf47b.
:code.all_available is available s...

github.com/elixir-lsp/elixir_sense - 630f04f1bd42738c27154bb84f700fa59c86bfac authored about 4 years ago
find implementations in modules not belonging to applications

github.com/elixir-lsp/elixir_sense - 2afb5d9e21b39c24613f90f7b473b4fcf7acf47b authored about 4 years ago
Update changelog for #411

github.com/elixir-lsp/elixir-ls - 99a6447317b7b9f2f60e21ee4ced96a7a3e30b53 authored about 4 years ago
Don't add stream_data to archive (#417)

github.com/elixir-lsp/elixir-ls - 3ffda9428d974e0eda366aab72cf5d1df97bf5f1 authored about 4 years ago
call ensure_loaded? before calling module_info

github.com/elixir-lsp/elixir_sense - 2e75db49716d23fc3a5c9c129d6703ec7817dce5 authored about 4 years ago
Update changelog for 411 and 406

github.com/elixir-lsp/elixir-ls - 0062a9a28f0dced88921ea8de9f1313872b0b7c4 authored about 4 years ago
Fixes and improvements around text synchronisation (#411)

* Purge consolidated protocols before compilation

Fixes #395

* move to dialyzer_test.exs
...

github.com/elixir-lsp/elixir-ls - 0851d87a8df7bafa123b669e94e095c33f857765 authored about 4 years ago
Update release instructions to match #384 (#405)

The maintainer no longer needs to build the release manually.
https://github.com/elixir-lsp/eli...

github.com/elixir-lsp/elixir-ls - 7c27bce59e8b2283b1d727d7c2056c27504ecd87 authored about 4 years ago
add more characters

github.com/elixir-lsp/elixir_sense - fdcdf46793c2f86ac048044f600a5a0198bb7de7 authored about 4 years ago
Purge consolidated protocols before compilation (#406)

* Purge consolidated protocols before compilation

Fixes #395

* move to dialyzer_test.exs
...

github.com/elixir-lsp/elixir-ls - 32b6226293108fb577cb852cb1e509a004a2375a authored about 4 years ago
Add implementations provider (#118)

* refactor definition location

* fix failing tests

* add more wrapped behaviours

* refa...

github.com/elixir-lsp/elixir_sense - 76061b6862458bb2e55f9d72ae854bcf218fd8c3 authored about 4 years ago
Remove outdated release instruction

github.com/elixir-lsp/vscode-elixir-ls - d73451403ab7395a63fca9ca5aabd5bd497812b6 authored about 4 years ago
Update elixir-ls to v0.6.2 (#42)

github.com/elixir-lsp/coc-elixir - f074244ce52b369b35755a8a5dc31cfd6ca76f86 authored about 4 years ago
Bump version to 0.6.2

github.com/elixir-lsp/vscode-elixir-ls - d2d51a97a1e59b39f01a1920264a0d0349ac5a8b authored about 4 years ago
Bump version to 0.6.2 (#404)

github.com/elixir-lsp/elixir-ls - 3acc1fdb2ef2c1167935f7b6e74300e039200ec5 authored about 4 years ago
Update changelog for vscode #152

github.com/elixir-lsp/elixir-ls - 234d11489ac29eef9c053d26294c75d557a86d8f authored about 4 years ago