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

Add ability to specify custom path for elixirLS

github.com/elixir-lsp/coc-elixir - 7b2f8cc0efd93628e81798c1f91145188b2ba6b0 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Release v0.1.2

github.com/elixir-lsp/coc-elixir - b6e37393ef9c6196edfac0d870311076209cd888 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Fix configuration object posiiton

github.com/elixir-lsp/coc-elixir - af47f1b947e2a0c4315461b09c554d81d6d62092 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Release v0.1.1

github.com/elixir-lsp/coc-elixir - 3d63c3df8c40a14c26a45ca05e3f13e29385d76c authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add enable/disable option

github.com/elixir-lsp/coc-elixir - 9abc16366bf8a2a21e910ea0c23342860862865b authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add elixir-ls files to gitignore

github.com/elixir-lsp/coc-elixir - f5a7f01c9f166118470c51cdddc88f8560c7622c authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add README

github.com/elixir-lsp/coc-elixir - 364176f2f8765f301b6b1c8140d0131c6ea99d28 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Update LanguageClient to use internal LS

github.com/elixir-lsp/coc-elixir - cc769139a6cd6f46aef12fcda6ac8061ab23b188 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add els build taks

github.com/elixir-lsp/coc-elixir - c3a6cfe7e5f87e8243af1d942dc5416219425d43 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add elixir-ls submodule

github.com/elixir-lsp/coc-elixir - 5b6e0e60856e48d859797e88f28766673a3061a9 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add package json metadata

github.com/elixir-lsp/coc-elixir - d06f2a8bc7fb8104ad65ef3d1998527f406154b7 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add keywords field

github.com/elixir-lsp/coc-elixir - d458d20450ae8e8f96e03f62a720dbd149669c92 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add repo fields

github.com/elixir-lsp/coc-elixir - bbc4a91821f3239b84beabb3d223dae7605b395a authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add license

github.com/elixir-lsp/coc-elixir - fb434b2819428f1106861b4befc31087e5148a82 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add language active event

github.com/elixir-lsp/coc-elixir - 147dae3dbd7c84960190ad8805088a7ccf2638b9 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add npmignore

github.com/elixir-lsp/coc-elixir - 8fcff0629b29439952a4b16c853a2d91990520ba authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add npm scripts

github.com/elixir-lsp/coc-elixir - 644e0fdb08dc85d341c6d1f8fb8ae772edb466c2 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add eslintignore

github.com/elixir-lsp/coc-elixir - 3931918404d7f2cf206bd35fa97aedd0edee75bd authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add webpack build

github.com/elixir-lsp/coc-elixir - 26a0cfe82af63f1e8100389fe398473c03124079 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Add flow

github.com/elixir-lsp/coc-elixir - 0909d362cdaa44f48b5ea1d68ff47d59eca614e2 authored over 5 years ago by Amirali Esmaeili <[email protected]>
Initial commit

github.com/elixir-lsp/coc-elixir - 8d50a78fa8195a709b129cffc35f7e57ade0f1bd authored over 5 years ago by Amirali Esmaeili <[email protected]>
Explicitly request file watchers from client (#35)

* Add explicit file watcher request

It is recommended that servers register for the capabilit...

github.com/elixir-lsp/elixir-ls - 95c021fdb8e279ae3e9ab0ae1af8624d5572fad3 authored over 5 years ago by Daniel Koudouna <[email protected]>
chore: tidy up deps (#33)

mix.lock had many unused deps. Updated all of them to most recent
ones.

Also cleaned up defa...

github.com/elixir-lsp/elixir-ls - 6cc58bd81d440b4043af904af48277ab71e75936 authored over 5 years ago by Victor Oliveira Nascimento <[email protected]>
feat: sync upstream (2019-06-22) (#30)

* Add lsp-mode/dap-mode as a clients

* Handle workspace/didChangeConfiguration request when o...

github.com/elixir-lsp/elixir-ls - 72359e896d53c8d5ea74b22592810d0a5f3ba6df authored over 5 years ago by Victor Oliveira Nascimento <[email protected]>
Describe the reasoning behind the fork (#26)

* Describe the reasoning behind the fork

Fixes #22

* Remove unnecessary sentence

github.com/elixir-lsp/elixir-ls - b0cf2af69c2f43c32a6ede82fdf17819b0021c6f authored over 5 years ago by Jason Axelson <[email protected]>
Add a troubleshooting section to the README (#25)

github.com/elixir-lsp/elixir-ls - 66d01028d1260b6527b409ded93413c75ca70308 authored over 5 years ago by Jason Axelson <[email protected]>
Merge pull request #121 from jayjun/eex

Support EEx tags inside HTML attributes

github.com/elixir-lsp/vscode-elixir-ls - 3f5bde06c23251a7a1eb5ef90ff3a60786efccc9 authored over 5 years ago by Jake Becker <[email protected]>
Merge pull request #129 from rrichardsonv/master

Adds syntax rules for LiveView and Eex sigil heredocs

github.com/elixir-lsp/vscode-elixir-ls - 5769a7b5bac057f6111e9d5e44930943b5d9c487 authored over 5 years ago by Jake Becker <[email protected]>
Merge pull request #111 from skateinmars/add-mixlock-to-language

Detect mix.lock files as elixir files

github.com/elixir-lsp/vscode-elixir-ls - 407f5e57e710a61845a8798ae2692e4a54d19a3b authored over 5 years ago by Jake Becker <[email protected]>
Merge branch 'master' into add-mixlock-to-language

github.com/elixir-lsp/vscode-elixir-ls - 59316aa9856233dba8f42f9aaeefe8688fe18563 authored over 5 years ago by Jake Becker <[email protected]>
Merge pull request #84 from ZizhengTai/fix-eex-name

Change "Eex" to official name "EEx"

github.com/elixir-lsp/vscode-elixir-ls - 3b89ac0536912cd0af646e4819c34366b0ee20c8 authored over 5 years ago by Jake Becker <[email protected]>
Merge pull request #23 from axelson/watch-live-view-eex-files

Watch LiveView .leex files

github.com/elixir-lsp/elixir-ls - e70f86ccde7ef2a4b6256e1982841ab54fff27e5 authored over 5 years ago by Jason Axelson <[email protected]>
Watch LiveView .leex files

From upstream PR:
https://github.com/JakeBecker/elixir-ls/pull/163

github.com/elixir-lsp/elixir-ls - 2e93df5e4ba81d4af3e8de03509b9bccf23c2891 authored over 5 years ago by Jason Axelson <[email protected]>
Upgrade dialyxir to 1.0.0-rc.4 (#10)

* Upgrade dialyxir

* Bump erlex higher

* Update all dependencies and removed unused ones

github.com/elixir-lsp/elixir_sense - c7ed928ad1c0e2ddf94a951fabe93b7af9b6a78a authored over 5 years ago by Jason Axelson <[email protected]>
Merge pull request #21 from axelson/cherry-pick-upstream-changes

Cherry pick upstream changes (try 2)

github.com/elixir-lsp/elixir-ls - c215fc84e6eaf588545908070d3711893f7e823e authored almost 6 years ago by Jason Axelson <[email protected]>
Revert "Cherry pick upstream changes (#19)" (#20)

This reverts commit 22ee2da42853ab32110a2ffcdd7681856f1e9fc2.

github.com/elixir-lsp/elixir-ls - 848d0ed0aab53fdb1dda059cb29ff2127067c2ab authored almost 6 years ago by Jason Axelson <[email protected]>
Cherry pick upstream changes (#19)

* Handle out-of-spec diagnostic positions without crashing

* Show warning when launching with...

github.com/elixir-lsp/elixir-ls - 22ee2da42853ab32110a2ffcdd7681856f1e9fc2 authored almost 6 years ago by Jason Axelson <[email protected]>
Update elixir version to still be valid

github.com/elixir-lsp/elixir-ls - eee79e24c57a9b1a13373471d3667f88d18c2c74 authored almost 6 years ago by Jason Axelson <[email protected]>
Change Dialyzer's `analyze` message to be a GenServer notification instead of request and grab build lock while stale-checking beams

Up till now, the reason that the `analyze` is triggered with a GenServer `call` instead of `cast...

github.com/elixir-lsp/elixir-ls - dfb5e70c326cea45bddacdddc560a93af17393b8 authored almost 6 years ago by Jake Becker <[email protected]>
Bumped required Elixir version (for both use and development) to 1.7.0 because of Mix.Dep.load_on_environment/1 requirement

github.com/elixir-lsp/elixir-ls - 3781abf5d00c06238a8e8021079c0f8c5ac6d28a authored almost 6 years ago by Jake Becker <[email protected]>
Fixes a bug in dependency loading in Elixir 1.9 and fixes bug causing builds to fail permanently after an invalid dep specification

Mix.Dep.loaded/1 was removed in Elixir 1.9. This was also a problem in the mix_task_archive_deps...

github.com/elixir-lsp/elixir-ls - 7d96eebd40ebf59b96adc83fd848039755a29496 authored almost 6 years ago by Jake Becker <[email protected]>
Show warning when launching with an Elixir version <= 1.7

github.com/elixir-lsp/elixir-ls - e2751cfa94cea23bb5dd79602c4492338e5531e8 authored almost 6 years ago by Jake Becker <[email protected]>
Handle out-of-spec diagnostic positions without crashing

github.com/elixir-lsp/elixir-ls - ab77a01f845248f9cf62607c8f3b77ea756e3bb0 authored almost 6 years ago by Jake Becker <[email protected]>
Adds syntax rules for sigil_{EeLl} heredocs

Includes text.html.elixir syntax rules within matches

github.com/elixir-lsp/vscode-elixir-ls - d466e16b5c1d4c14e920b537679c7991cc11447b authored almost 6 years ago by Rich Richardson <[email protected]>
Setting schema for dialyzerFormat

github.com/elixir-lsp/vscode-elixir-ls - 4515cea4dbe911bddc334dcfeff060c4845371bc authored almost 6 years ago by Jake Becker <[email protected]>
Update dependencies

github.com/elixir-lsp/vscode-elixir-ls - 6f335c1ef1a858d7cb9df227820ffee6b99783c3 authored almost 6 years ago by Jake Becker <[email protected]>
Merge pull request #122 from crbelaus/declarative-language-configuration

Improve declarative language configuration

github.com/elixir-lsp/vscode-elixir-ls - a23b4c0a654673a5e8c65038c71d335115c72e31 authored almost 6 years ago by Jake Becker <[email protected]>
Fix tests for Elixir 1.8.0 (#9)

github.com/elixir-lsp/elixir_sense - 2eadc9ebb3b4e8c8b62e60dd41ae853c4932717a authored almost 6 years ago by Jason Axelson <[email protected]>
Add declarative configuration for EEx templates

The declarative configuration for EEx templates allows automatic block
and line commenting using...

github.com/elixir-lsp/vscode-elixir-ls - 59c4d39adcce8ac640891fce4ca1d77fa2c03010 authored almost 6 years ago by belaustegui <[email protected]>
Improve declarative Elixir configuration

The declarative configuration for Elixir language has been renamed to
end with `language-configu...

github.com/elixir-lsp/vscode-elixir-ls - ca7bd2c14963622c3edbc199cfd93e1d020cdc85 authored almost 6 years ago by belaustegui <[email protected]>
Merge pull request #8 from tmepple/goto-definition-for-defdelegate

Support go-to-definition for defdelegate functions

github.com/elixir-lsp/elixir_sense - 7395db1b13d6925db9a43ddc0ffc7e37829fc800 authored almost 6 years ago by Andrew Summers <[email protected]>
explicitly use defdelegate in test

github.com/elixir-lsp/elixir_sense - 0f0a70bc40948d44071dc99cb8dd10523148140b authored almost 6 years ago by Todd Epple <[email protected]>
support defdelegate for go to definition

github.com/elixir-lsp/elixir_sense - 0685f683e11bb58b705c4e582eda06a500e1e939 authored almost 6 years ago by Todd Epple <[email protected]>
Add more tests that required access to source (#7)

github.com/elixir-lsp/elixir_sense - 3147a95d1462e726cbc174ee3a45d79f4c08372d authored almost 6 years ago by Jason Axelson <[email protected]>
Upgrade credo (#6)

github.com/elixir-lsp/elixir_sense - f447e03360055998decffb9863dcc624a1916d8b authored almost 6 years ago by Jason Axelson <[email protected]>
Make most tests not require a source installation of Elixir (#4)

Accomplish this by creating `ElixirSenseExample.ModuleWithFunctions` and
`ElixirSenseExample.Us...

github.com/elixir-lsp/elixir_sense - c07a689e32390f73b090c8967b9db4190f7c0270 authored almost 6 years ago by Jason Axelson <[email protected]>
Add asdf tool versions file (#15)

Currently tested with Elixir 1.6.6 and OTP 20. Other higher versions may
have issues.

github.com/elixir-lsp/elixir-ls - b5aa32ced741b4d4cc94796d492897d7d1af6543 authored almost 6 years ago by Jason Axelson <[email protected]>
Fix travis build reliability (#5)

Environment variable order is not guaranteed on Travis, so we need to have
variables that don't...

github.com/elixir-lsp/elixir_sense - 31e6d82e51e1b75f81e6d3e2c980e696d3bfe12d authored almost 6 years ago by Jason Axelson <[email protected]>
Document emacs ide modes in README (#14)

* Document emacs ide modes

* Document emacs support for elixir-ls

github.com/elixir-lsp/elixir-ls - ec22ec12c73f48255e5cf433f69be0a3c867c420 authored almost 6 years ago by Jason Axelson <[email protected]>
A working Travis build! (#2)

Commits made along the way:

* Add travis-ci build
* Use 1.7.0 for initial elixir build
* Tr...

github.com/elixir-lsp/elixir_sense - ac80f6664c39fe7173058759e8a1354cee738400 authored almost 6 years ago by Jason Axelson <[email protected]>
Merge pull request #13 from elixir-lsp/dialyer-formatting

Dialyzer formatting

github.com/elixir-lsp/elixir-ls - 030a987ac92ac7e501148d65d5a92afd7cb50dac authored almost 6 years ago by Jason Axelson <[email protected]>
Adjust dialyzer formatting for Flycheck errors.

github.com/elixir-lsp/elixir-ls - 899db0bf8bbac9cf70d53aea5fe43742fe34f9d5 authored almost 6 years ago by Andrew Summers <[email protected]>
Support EEx tags inside HTML attributes

github.com/elixir-lsp/vscode-elixir-ls - 7c3926300939995be27cdf28509accd0bd872ca3 authored about 6 years ago by Tan Jay Jun <[email protected]>
Merge pull request #10 from elixir-lsp/change-deps

Move elixir_sense to elixir-lsp and dialyxir to current.

github.com/elixir-lsp/elixir-ls - 25a867d8720e4fd3f1abdd1617fe6c4bad119427 authored about 6 years ago by Jason Axelson <[email protected]>
Fix formatting.

github.com/elixir-lsp/elixir-ls - 3ea6b613f54168bb62db98a6c99beac0f6c98a27 authored about 6 years ago by Andrew Summers <[email protected]>
Move elixir_sense to elixir-lsp and dialyxir to current.

github.com/elixir-lsp/elixir-ls - 0118ce95cb4ebab6955475d4e241158eff60fcc1 authored about 6 years ago by Andrew Summers <[email protected]>
Merge pull request #1 from elixir-lsp/fix-defmodule-exception

Extract :elixir_tokenizer and parse based on running version

github.com/elixir-lsp/elixir_sense - 4c7493c1c71730a5345296aaa5d24407fda44c52 authored about 6 years ago by Jason Axelson <[email protected]>
Extract :elixir_tokenizer and parse based on running version

The main fix is that Elixir 1.6.x and on returns a two tuple from
`:elixir_tokenizer.tokenize/3`...

github.com/elixir-lsp/elixir_sense - a418c3f6f0c1336d9f353aaab83ada33b7b96111 authored about 6 years ago by Jason Axelson <[email protected]>
depend on new version of lsp-mode

github.com/elixir-lsp/lsp-elixir.el - 9fd091c092144a09c0df2d477257c1f4c37bb985 authored about 6 years ago by Aldric Giacomoni <[email protected]>
new erl21 elixir-ls with dialyxir compiled-in

github.com/elixir-lsp/lsp-elixir.el - ba161cddaf3dad0a6ef351605c82910c7916cc2a authored about 6 years ago by Aldric Giacomoni <[email protected]>
Merge pull request #9 from elixir-lsp/update-changelog-with-initial-prs

Add new changelog entries

github.com/elixir-lsp/elixir-ls - 0bc5435737908a3a80ea73e84cd51d9a0050499d authored about 6 years ago by Jason Axelson <[email protected]>
Add new changelog entries

github.com/elixir-lsp/elixir-ls - ee0a841becb9cccb94998c28d5f79d0473002f79 authored about 6 years ago by Jason Axelson <[email protected]>
Merge pull request #8 from sinorga/bugfix/defdelegate-snippet-missing-comma

snippet: defdelegate add missing comma

github.com/elixir-lsp/elixir-ls - b7a4704abf47fb04bc620a5fa35e9d46ff27302e authored about 6 years ago by Jason Axelson <[email protected]>
Merge pull request #7 from akash-akya/master

'workspace/didChangeConfiguration' should handle non-map type

github.com/elixir-lsp/elixir-ls - aa5401a6ae02a023e78884aa3fb70c25133bf702 authored about 6 years ago by Jason Axelson <[email protected]>
Merge pull request #6 from rodrigues/case_insensitive_path_check

Make can_format?/2 check case insensitive (fixes formatting on Mac OS X)

github.com/elixir-lsp/elixir-ls - 303b2a6c237df11af16b249bc85abd143730ee50 authored about 6 years ago by Jason Axelson <[email protected]>
Merge pull request #5 from rodrigues/update_sense

Update elixir_sense to latest master

github.com/elixir-lsp/elixir-ls - 6613e916579fcfe314966aa81c5b7b9c5c8eb28b authored about 6 years ago by Aldric Giacomoni <[email protected]>
Merge branch 'JakeBecker-dialyxir-format'

* JakeBecker-dialyxir-format:
Change default format for dialyzer messages to use Dialyxir

github.com/elixir-lsp/elixir-ls - a06d45c6677c6cd97b48a97e6b349462b3400b2d authored about 6 years ago by Aldric Giacomoni <[email protected]>
resolve merge conflict

github.com/elixir-lsp/elixir-ls - c75754aa573a1f352c72636f99796f6cddbceca5 authored about 6 years ago by Aldric Giacomoni <[email protected]>
lexical binding that checkdoc likes

github.com/elixir-lsp/lsp-elixir.el - 68f297219e3e4e39ca9685380bb4720445a2b12c authored about 6 years ago by Aldric Giacomoni <[email protected]>
add lexical binding

github.com/elixir-lsp/lsp-elixir.el - 647e67e52d13245e236d0bcc79a9f59cf39207c2 authored about 6 years ago by Aldric Giacomoni <[email protected]>
checkdoc

github.com/elixir-lsp/lsp-elixir.el - 9c62669e162cb81e531039f4fcc82fd178c80bac authored about 6 years ago by Aldric Giacomoni <[email protected]>
Merge pull request #9 from asummers/lsp-mode-changes

Conform to new lsp-mode APIs.

github.com/elixir-lsp/lsp-elixir.el - 7dac04aa05999ea0269b5e387bafa648e27ea254 authored about 6 years ago by Aldric Giacomoni <[email protected]>
'workspace/didChangeConfiguration' should handle non-map type

github.com/elixir-lsp/elixir-ls - 110bf08fbcefdeae5a86412d2e5842a41619c25b authored about 6 years ago by akash-akya <[email protected]>
Conform to new lsp-mode APIs.

github.com/elixir-lsp/lsp-elixir.el - cbe153cb30c599444cd0725e351ccdaf5590376f authored about 6 years ago by Andrew Summers <[email protected]>
Update elixir_sense to latest master

github.com/elixir-lsp/elixir-ls - b654c9786652da222cfa21f918dc5f57a1583b73 authored about 6 years ago by Victor Rodrigues <[email protected]>
Make can_format?/2 check case insensitive

github.com/elixir-lsp/elixir-ls - 1e9b1880b61d609aee4820ff99fc2518ae772dff authored about 6 years ago by Victor Rodrigues <[email protected]>
snippet: defdelegate add missing comma

github.com/elixir-lsp/elixir-ls - 5f47aaab8c4221c6aaae1dcf848c25c968f88d6a authored about 6 years ago by Orga Shih <[email protected]>
simple ecukes setup

github.com/elixir-lsp/lsp-elixir.el - b9499073014a81a24f2159844ccac7e29462adb1 authored about 6 years ago by Aldric Giacomoni <[email protected]>
bootstrap ert test suite

github.com/elixir-lsp/lsp-elixir.el - 6bed93df8e2ff89ae6b69f36388ff1b26995c086 authored about 6 years ago by Aldric Giacomoni <[email protected]>
alow allow erl21

github.com/elixir-lsp/lsp-elixir.el - c65bd9d8eed617e40b9a1c6a4391253ccdf47e78 authored about 6 years ago by Aldric Giacomoni <[email protected]>
possibly simpler way to find topmost project root

github.com/elixir-lsp/lsp-elixir.el - 9c23389a9182637140df131ffd424100edf0cf2f authored about 6 years ago by Aldric Giacomoni <[email protected]>
vars and consts at the top, at least

github.com/elixir-lsp/lsp-elixir.el - a7e60eba4a319b3619c33d2a3d45aa717b0e81b8 authored about 6 years ago by Aldric Giacomoni <[email protected]>
whole-hog import alchemist-root-path

github.com/elixir-lsp/lsp-elixir.el - 45b997cd2b1abcca1095da5282d971505b7521d1 authored about 6 years ago by Aldric Giacomoni <[email protected]>
Update lsp-elixir.el

github.com/elixir-lsp/lsp-elixir.el - 539ed4466fc20aa179db6909ead7d014395557fa authored about 6 years ago by Aldric Giacomoni <[email protected]>
first commit

github.com/elixir-lsp/lsp-elixir.el - 4e0f7d4a63fbcc89280a6bb10c224dce79e7a385 authored about 6 years ago by Aldric Giacomoni <[email protected]>
Initial commit

github.com/elixir-lsp/lsp-elixir.el - 5b9ac799dc700b55ab8fc3c3fa323eb511590538 authored about 6 years ago by Aldric Giacomoni <[email protected]>
Merge branch 'JakeBecker-master'

* JakeBecker-master: (27 commits)
Add v0.2.24 to changelog
Bump version numbers
Remove ext...

github.com/elixir-lsp/elixir-ls - 4cdbafe8b7621711446e27d39d0330cc8c863cf5 authored about 6 years ago by Aldric Giacomoni <[email protected]>
bring in recent changes from source fork

github.com/elixir-lsp/elixir-ls - daf11458b9270d11afa966e58a8c5101c292f17e authored about 6 years ago by Aldric Giacomoni <[email protected]>