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
enable strict mode
fix excluded dirs
github.com/elixir-lsp/vscode-elixir-ls - b4554c7e028e6bc1d3e85f18749b35517781789e authored over 4 years ago
Wow, we've had a bunch of contributions recently! I think we're about ready for
a new release.
migrate tasks to 2.0.0 syntax
github.com/elixir-lsp/vscode-elixir-ls - a97c6db0aec1e39144aec046ee0004284ea96c36 authored over 4 years agoRun a language server for each workspace
github.com/elixir-lsp/vscode-elixir-ls - a9dde59d435b04f3e08174b977cce005dcc7aee4 authored over 4 years agoadd `%` as a dedicated punctuation scope
github.com/elixir-lsp/vscode-elixir-ls - 054d828ab22bf61101d8bc8db12d54978ad02212 authored over 4 years agootherwise it conflicts with OTP debugger
github.com/elixir-lsp/elixir-ls - 085efdb768bb99d99766ac0c80807e3f4664ae9d authored over 4 years agoIntroduce a simple static type analyser
github.com/elixir-lsp/elixir_sense - cd92fb526282b5203bd926b3cfa4b62047b5507c authored over 4 years agogithub.com/elixir-lsp/vscode-elixir-ls - 3c1b0880cd99c2c66f09e669f3ce440f40af75a0 authored over 4 years ago
github.com/elixir-lsp/elixir-ls - 959bc556d9193ea2ab8ad9337e52d31fe11cb938 authored over 4 years ago
github.com/elixir-lsp/elixir_sense - cd3342fc21a90e170d01d4b85e511ad6aeaac26a authored over 4 years ago
Returning [] as intended.
Broken since https://github.com/elixir-lsp/elixir_sense/commit/efb4...
github.com/elixir-lsp/elixir-ls - 7eaa1ff642cf020cf7699fa5bd0a1da929f9b6dc authored over 4 years agogithub.com/elixir-lsp/vscode-elixir-ls - 3f5c2c4262e62c551d08c64773cb70d59439b227 authored over 4 years ago
github.com/elixir-lsp/vscode-elixir-ls - 9e26259029f43575106c05de41efe5ebc17e5844 authored over 4 years ago
github.com/elixir-lsp/elixir_sense - 5b82c718e33631eaaea8ee4dc7fe417aeaf61149 authored over 4 years ago
# Conflicts:
# lib/elixir_sense/providers/suggestion.ex
Use jsonc highlighting in README to support comments
github.com/elixir-lsp/vscode-elixir-ls - 2909ef712179be2b86588b4155aa82eda209f248 authored over 4 years agoremove unnecessary captures within pipe expressions (fixes #78):
github.com/elixir-lsp/vscode-elixir-ls - 2ff6f8724d83e3306787ed298227985a8a015c4b authored over 4 years agogithub.com/elixir-lsp/vscode-elixir-ls - 45ce2e991ba35488c66d8878bdd4db161fa5d98c authored over 4 years ago
github.com/elixir-lsp/elixir_sense - 0a6f0472d5aec5e9682221d4a7be62e1b3a073f4 authored over 4 years ago
Improve README.md
github.com/elixir-lsp/vscode-elixir-ls - 996009afed102026bccaf7836ed49adc16c3a91a authored over 4 years agogithub.com/elixir-lsp/elixir_sense - e2675d4eb5dfcc9974215f7475c2da015c60aada authored over 4 years ago
github.com/elixir-lsp/elixir_sense - 4bf37df0dfabb98cb9015b7731091db664cb4509 authored over 4 years ago
github.com/elixir-lsp/elixir_sense - e72123dc3181470b9b7e33a5f6db64f814c5732d authored over 4 years ago
github.com/elixir-lsp/elixir_sense - c7c59936609abde57642b85b97c38b6658bcf38b authored over 4 years ago
github.com/elixir-lsp/elixir_sense - b619822bb79e49a346ad559a14b571b87e9a834a authored over 4 years ago
github.com/elixir-lsp/elixir_sense - 85729a2a5255e1233bcff82adf362525793630fd authored over 4 years ago
github.com/elixir-lsp/vscode-elixir-ls - 4f5cb9e3d0e801a7ca6bb5e7b8cd400c2135a153 authored over 4 years ago
github.com/elixir-lsp/vscode-elixir-ls - 2cf8bc4093d027ad2220128f8bd95d85b3fcc469 authored over 4 years ago
* Remove keywords from completions
They were being returned regardless of context which made ...
github.com/elixir-lsp/elixir-ls - b726c7e413a3c33a1e441fdba6fa4af64d04aaf5 authored over 4 years ago* Improve autocomple and signagture help
* Addressing feedback
* Fix callback completion test
github.com/elixir-lsp/elixir-ls - b79f80df08dde96ec79297f4749e40a24b101304 authored over 4 years agoPulled from the new issue template
github.com/elixir-lsp/vscode-elixir-ls - af32c103c283f9882f169b1f29c6fa040e4d91dc authored over 4 years ago* Record the version of Elixir used to compile ElixirLS
* Record erlang compilation version a...
github.com/elixir-lsp/elixir-ls - 3ac739c4f36995c270d98b5062b017528bd5a6c3 authored over 4 years ago* Switch to new supervisor format introduced in Elixir 1.5
* update changelog
github.com/elixir-lsp/elixir-ls - 49ec5203034efe5f015276515841ed259b14e0b6 authored over 4 years ago* Property handle callback suggestion
* Fix snippet not adding arguments for callbacks
* A...
github.com/elixir-lsp/elixir-ls - 3b5a43cf4544ff3d93e4defb66e6ab5e93426f72 authored over 4 years ago* WorkspaceSymbols index after successful build
Previously WorkspaceSymbols depended on a sid...
github.com/elixir-lsp/elixir-ls - fb6241cc868d93e8f1e5b1f70558fdad80e54f99 authored over 4 years agoAlso expose `Source.walk_text/3` as public API
github.com/elixir-lsp/elixir_sense - dbe8299e224945d23749123b9997792ea543f0bb authored over 4 years ago* Fix dialyzer test when running locally
I'm testing running locally on arch linux. It appear...
github.com/elixir-lsp/elixir-ls - 269e78dd03570ab40904a9ec3b7aec6d571b3c48 authored over 4 years ago* Cleanup tests
If a process is registered as :elixir_ls_test_process, JsonRPC will send outp...
github.com/elixir-lsp/elixir-ls - 96f96efe090141538a49419f3f5e5c12768bc614 authored over 4 years agogithub.com/elixir-lsp/elixir-ls - c7cb6f7a4000828fe7abbc972180763300a75860 authored over 4 years ago
* New suggestion engine based on reducers
github.com/elixir-lsp/elixir_sense - 648a501c42c16a610cb67c29f0beb0c087171849 authored over 4 years agogithub.com/elixir-lsp/elixir-ls - a8bdf9304f04254160c9fc982ad314a50085c51a authored over 4 years ago
github.com/elixir-lsp/elixir-ls - f7b0524f721fddfda39f48d26bea23b978e8d5e7 authored over 4 years ago
* Vendor Jason library
Vendor the Jason library so that the version of Jason used by ElixirLS...
github.com/elixir-lsp/elixir-ls - 2e289339a90c39b270d866fed3b090265a108853 authored over 4 years agogithub.com/elixir-lsp/elixir-ls - d61256b8013c16c0999f104f528aab21f59f7d14 authored over 4 years ago
This bug happens because of use `/ 2` in advance_pos which is convert
into floating number. Fix...
github.com/elixir-lsp/elixir_sense - 8dfc2a4f64914b18535bcd1cd670a3d525c47d92 authored over 4 years ago
github.com/elixir-lsp/elixir-ls - 5bf39b8ac617074ed019ace26fa7fad25bbbd1ce authored over 4 years ago
github.com/elixir-lsp/coc-elixir - 6d2fff3d8d2afcd9fe22381186487ff6d0d8ee60 authored over 4 years ago
github.com/elixir-lsp/coc-elixir - 4e3d6d557b606706b174226bbcd7a67cfa980b5a authored over 4 years ago
Bump version 0.4.0
github.com/elixir-lsp/vscode-elixir-ls - b4ebf4927138e5bb56fb2b7b40cf526206ac70ad authored over 4 years agogithub.com/elixir-lsp/vscode-elixir-ls - cd89027e0c3eca68d08e01f65a9b97c86214ba17 authored over 4 years ago
github.com/elixir-lsp/elixir-ls - 41532b96bc316257d71650f776108b78e17fd728 authored over 4 years ago
https://github.com/elixir-lsp/vscode-elixir-ls/pull/93
https://github.com/elixir-lsp/elixir-ls/...
Load all modules after first build
github.com/elixir-lsp/elixir-ls - 6ddcd327c37a850217e9ef397131931ca44f1bd9 authored over 4 years agogithub.com/elixir-lsp/elixir-ls - ea234255fc5316c357af0a78865ff51af8691d8d authored over 4 years ago
github.com/elixir-lsp/elixir-ls - c4a9e73d527dbafd6f6abd82e74cd5c13f8e7421 authored over 4 years ago
github.com/elixir-lsp/elixir-ls - ead80a494a007a45e8ebd48b26c1f1377d98b9b0 authored over 4 years ago
* Format ranges using UTF-16 string representation
* fix formatting
Co-authored-by: Jason ...
github.com/elixir-lsp/elixir-ls - 6fb7164f35855013d2b2b76dc8bbedb087184df2 authored over 4 years agogithub.com/elixir-lsp/elixir-ls - 5fbf5893a93383af78e16375bd71dc43b55dfdd1 authored over 4 years ago
Improve phoenix templates support
github.com/elixir-lsp/vscode-elixir-ls - a339d95eb68c4b33ebbd6be2755722d56fd5fda1 authored over 4 years agocloses #95
github.com/elixir-lsp/elixir_sense - 0fdd5eaa0f97e1e848ee355d019dfb5b11c902dd authored over 4 years agogithub.com/elixir-lsp/vscode-elixir-ls - 28cd4e9d298aba49891a3bd29178e853e80c959d authored over 4 years ago
Mix.Project.clear_deps_cache() is a supported API (as of 1.7.0) and it just
calls `Mix.Dep.clea...
github.com/elixir-lsp/elixir-ls - 457e16d3e58a5cac00d501b74d44884554d0f0bf authored over 4 years ago
Create a .gitignore file by using project_dir in server state before
trigger build to make sure...
github.com/elixir-lsp/coc-elixir - c55cd9a8d4456147d6c23018e89667c0fa8e14b1 authored over 4 years ago
github.com/elixir-lsp/coc-elixir - 7927ce87c6253be8df7ba577fefcc6f620b10cfd authored over 4 years ago
github.com/elixir-lsp/coc-elixir - 0f0b44d59d70d909f614879de880d4cbe972e4ec authored over 4 years ago
Updates #169
github.com/elixir-lsp/elixir-ls - ec4bc16b1f3ae3eedf3502c2a6f1abec8b683cbd authored over 4 years agogithub.com/elixir-lsp/elixir-ls - 9301c8867ec0dd9703f469c56edab92062a7227c authored over 4 years ago
github.com/elixir-lsp/elixir-ls - 5715d5274c8087057858427aac3090a6275cbe4c authored over 4 years ago
github.com/elixir-lsp/vscode-elixir-ls - aa6e238d7fb313637aee39bababce0dd1b9bfbe3 authored over 4 years ago
Change Language IDs to comply with guidelines (Closes #86)
github.com/elixir-lsp/vscode-elixir-ls - 54c237a438a18945fc8d8e022e89228cc2836517 authored over 4 years agogithub.com/elixir-lsp/coc-elixir - e167b29ed79644cf000f7e5a7764afc99ade8feb authored over 4 years ago
github.com/elixir-lsp/coc-elixir - e10a74a3976b98fa9e65478f2fdffa1b14f37f90 authored over 4 years ago
Closes #92
github.com/elixir-lsp/elixir_sense - 0e7f35115ec6619849753466eb223a4bca011763 authored over 4 years agogithub.com/elixir-lsp/vscode-elixir-ls - 7fcda0ae50eb5d9436de9bf2e8b17f0964796e5a authored over 4 years ago
github.com/elixir-lsp/elixir_sense - 8d9d2b10ccae6497ad10238726f8de35376c654a authored over 4 years ago
extract to separate module
github.com/elixir-lsp/elixir_sense - 7eb2f678759f9d13c8fe0ff1f78c8fe52e8a3f17 authored over 4 years agogithub.com/elixir-lsp/elixir-ls - 3b77dc895de2331dc756347b6995965df917105d authored over 4 years ago
github.com/elixir-lsp/elixir_sense - de72e1ee87a9b8a8d7ca352d7a1b0638862d4305 authored over 4 years ago
return names as strings
github.com/elixir-lsp/elixir_sense - 9f22c6ac0d451aa0a1e2811e92cb45a174cd7f70 authored over 4 years agogithub.com/elixir-lsp/elixir_sense - 5a8bc6ccc727e4a301b68dfbed2f123442194ded authored over 4 years ago
github.com/elixir-lsp/elixir_sense - a3a804bd8d16c3fe568ca4580eb6209d8c358bf7 authored over 4 years ago
github.com/elixir-lsp/elixir_sense - 8921937de38a4b1b582aed68d692ed518fb7c36b authored over 4 years ago
github.com/elixir-lsp/elixir-ls - cadd3742dbe45154e930c17cd626823a363b6e47 authored over 4 years ago
github.com/elixir-lsp/elixir-ls - b60f9b167466b4b6367b8cce7734bc069a1c4218 authored over 4 years ago
Change from warning to info since it is very much expected on most clients, and
in coc.vim warn...
github.com/elixir-lsp/elixir-ls - 5ae537eaa496bdbaf749cfa4ec62ede043535a54 authored over 4 years ago
Prior to this change, function completion always filled in function
arguments with snippets. If...
github.com/elixir-lsp/elixir-ls - 3d337aeb63baf4c1047067652c07dbedc2d6dc6d authored over 4 years ago
github.com/elixir-lsp/elixir-ls - ff1103cd61b036822a2ae8613ad34f023ef8503f authored over 4 years ago
add filetype and watcher for liveview html.leex templates
github.com/elixir-lsp/vscode-elixir-ls - c83bf21213b6aa78c02f573a34f3fc8c2223912d authored over 4 years agogithub.com/elixir-lsp/vscode-elixir-ls - 2e4547843daf39c3a93017eab4a4d4c60be76881 authored over 4 years ago
github.com/elixir-lsp/elixir_sense - d1a4c835074bedfe69bda23fc74b44b9dd47e339 authored over 4 years ago
github.com/elixir-lsp/elixir_sense - 32cb8119daaa3b1e062e5f3c951b56a262264a50 authored over 4 years ago
fixes hint generation in some cases
github.com/elixir-lsp/elixir_sense - 6cb4faa7001f428f5bf18e1f382420036225339c authored over 4 years agogithub.com/elixir-lsp/elixir_sense - aa935384db22bc4612f1c03b95aec2e580654b71 authored over 4 years ago
github.com/elixir-lsp/elixir_sense - aaa8e691d9acba4f713c77296458fd59e69268e2 authored over 4 years ago