Ecosyste.ms: OpenCollective

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

github.com/elm-tooling/elm-language-server

Language server implementation for Elm
https://github.com/elm-tooling/elm-language-server

Make sure we build on pull requests too

c4d50955d2c9cc291bf05b1ae15f91a0b3a92db7 authored over 4 years ago by Razzeee <[email protected]>
Fix elm.json ignored when path similar to another

When the path of one elm.json file matches the start of another, the
second one is ignored. This...

83c5c261892c57369c135857ad02292e83567477 authored over 4 years ago by Kevin Yank <[email protected]>
Merge pull request #253 from rlefevre/packages-ranking

12e195728fadafec70ed129be73182233d1c5ae4 authored over 4 years ago by Razzeee <[email protected]>
Update packages ranking

13e961e82a625501b9ae68d68616f29a402362b8 authored over 4 years ago by Rémi Lefèvre <[email protected]>
Fix unneeded step in sublime config

314a6975dc00a2ec6fdca534049f11853b2b1354 authored over 4 years ago by Razze <[email protected]>
Fix formatting

ae23ad0eb05d64ea557a95fd2180a6f9df0a0c10 authored over 4 years ago by Razze <[email protected]>
Simplify docs for sublime

5b72018ef532d42264dab0c2f912f43e3483e967 authored over 4 years ago by Razze <[email protected]>
Match for fully qualified nodes if necessary

Closes https://github.com/elm-tooling/elm-language-server/issues/252

a43340d5cbcb3ffbd8003be0c9237deaa3e3f1c3 authored almost 5 years ago by Razze <[email protected]>
Add record access completions for types and nested types

d37c9468988e0688e674eb7c37df931ed79a2c52 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Merge pull request #250 from elm-tooling/fix-auto-imports-not-recognizing-multiple-qualifiers

Fix auto importing not suggesting multiple qualifiers

4deb67bab4a8678269f54f8de4b0045e7a80667f authored almost 5 years ago by Razzeee <[email protected]>
Fix auto importing not suggesting multiple qualifiers

304b10e3d3f7049436f7ae5e6d04a6e723149aee authored almost 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #249 from jmbockhorst/recordCompletionFixes

Record definition and completion fixes

9fef995124d09c4e9c97447d3e1cf11444b35c23 authored almost 5 years ago by Razzeee <[email protected]>
Fix record field jump to definitions and completions in same cases with imported funcitons

48428942ede77a1104e3acb9b543a3dc7fa6a97f authored almost 5 years ago by Jon Bockhorst <[email protected]>
Prepare 1.7.1

9492a5cb85fa8d478d7f9135cd061e93f7564103 authored almost 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #243 from jmbockhorst/fixImports

Fix possible imports for packages not in ranking list

bdde7f4c1cb14b1c6ecc92f7db8af161cf179ded authored almost 5 years ago by Razzeee <[email protected]>
Fix possible imports for packages not in ranking list

05f9e7d9caa81a7c459bd7f6a1fe473785465278 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Fix linting

b1c0dfb3b434a15d8b02b426fae0953a90f8a5b6 authored almost 5 years ago by Razze <[email protected]>
Improve imports getting out of date

Fixes https://github.com/elm-tooling/elm-language-client-vscode/issues/93

6e144e8c58118ec42501e3c8fae7c30205d3c136 authored almost 5 years ago by Razze <[email protected]>
Circumvent exposing list params not getting completed for imports

Closes https://github.com/elm-tooling/elm-language-client-vscode/issues/92

46a4886e00a42e9cf79cf12690549f53bceabe3d authored almost 5 years ago by Razze <[email protected]>
Prepare 1.7.0

b45689d960e40f6f2cafcb1d87f191a726037aec authored almost 5 years ago by Razze <[email protected]>
Prevent user from unexposing the last function

This might lead to problems or unexpected things from the users POV, but I think it's better then...

b12d157f7c0723c823b0c5ffde2a45e7bb2a6015 authored almost 5 years ago by Kolja Lampe <[email protected]>
Fix linting

d2a58905e210db794eb2be05c97f3f1ae47fd208 authored almost 5 years ago by Razze <[email protected]>
Merge pull request #233 from jmbockhorst/fixCompletionDescription

Fix completion hint for anonymous types

44d5bf1f6b4e7f61286f5be27b42afb0f156dd96 authored almost 5 years ago by Razzeee <[email protected]>
Fix completion hint for anonymous types

0446f3602126fb96dc7685b2c4361a9ff371c989 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Fix one off error and add linebreak to imports

66993cda144a61d6a632c264c959287095c16c44 authored almost 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #229 from jmbockhorst/exposeFunctions

Add the ability to expose/unexpose functions and types

8626da9de4bff727dfa5e7bd4aa8ba0cba7b94f4 authored almost 5 years ago by Razzeee <[email protected]>
Handle unexposing Type(..) cases

38e7e9ae935ab448b0cfc8298b6ccc0de77f7049 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Fix linting

c948049ca5008168b796c092e4bb440f05c2377d authored almost 5 years ago by Razze <[email protected]>
Merge pull request #230 from jmbockhorst/autoImport

Add auto import code actions

9dced362758e5591e15f43d34d22a81ba164829c authored almost 5 years ago by Razzeee <[email protected]>
Remove duplicate handler creation

c5a241339428b20a885716c5be34007464ec72f7 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Handle when there are no existing imports

017e2a3998b23162b0d83ec0ef88d8bfdff38d5c authored almost 5 years ago by Jon Bockhorst <[email protected]>
Merge branch 'master' of https://github.com/elm-tooling/elm-language-server into autoImport

a3b461b76e1063c9ea29b10789beb758cf58f9b2 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Fix more full reference cases

e816df0c553cf13b92ba004904d8e06593279f2b authored almost 5 years ago by Jon Bockhorst <[email protected]>
Fix imports not being created correctly

79d75ed10a72b61a1ad37e93568a2da6b3d5e921 authored almost 5 years ago by Razze <[email protected]>
Handle fully qualified imports and union types

Also sort imports by ranking list

2a4a07cbc85833d0739589e4ad6635afd0591772 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Filter duplicate imports

0922af06c264501cb09721b47ac4fee3cdcfad60 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Add auto import code actions

63c8ead7f949fc183dea4d6d1a71662901323f1a authored almost 5 years ago by Jon Bockhorst <[email protected]>
Fix function name

1466c61c9cda96aab773e1c197c534024295771e authored almost 5 years ago by Jon Bockhorst <[email protected]>
Use workspace edit instead of command for code actions

e97799e3c6da730c646a9475efbe7cad1f80ddf8 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Support exposing/unexposing functions and types

Adds code lense command and code actions

b773979c80bde61805d4eeb660617b6312d249bf authored almost 5 years ago by Jon Bockhorst <[email protected]>
Add repsonse error for renames outside of the project

2039e11fc0557bd2e72f7195de8994bba0b8fb50 authored almost 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #228 from elm-tooling/update-deps-and-prettier

Update deps and prettier

149416ca4c3cdea848dfa73dbbc62e078caf74a8 authored almost 5 years ago by Razzeee <[email protected]>
Update deps and prettier

263c8a13425c93a1d3b7c7c058cdd1638e6b4823 authored almost 5 years ago by Kolja Lampe <[email protected]>
Fix lint problems

f1c3f59c3348062cef0aadd7a28b3a4b4e35723a authored almost 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #227 from elm-tooling/fix-init-taking-long-with-many-functions

Fix init taking long with many functions

d011a50505b2e29eaa9ac6862608d4f0b7b89159 authored almost 5 years ago by Razzeee <[email protected]>
Merge pull request #226 from jmbockhorst/moveFunction

Add basic support for move function refactoring

727d42ce4627c0165cfc8695e066d005826846b0 authored almost 5 years ago by Razzeee <[email protected]>
Fix function name calculation

15d66d2d51c447e09b22bd21f56ddb96d5cb2edd authored almost 5 years ago by Jon Bockhorst <[email protected]>
Fix function parameter

5b348850afdcdfc78953fc2d87d2ee53388a5027 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Handle fully qualified references and don't auto expose

099c182821a4db531eb17a1d96613d6847e3584c authored almost 5 years ago by Jon Bockhorst <[email protected]>
Move doc comments with the function

593a9fb09edad0f054a86fbdf12e0795dcab34bf authored almost 5 years ago by Jon Bockhorst <[email protected]>
Fix init taking long with many functions

8ec2ce1d4a13325a777b8e1011303c731123b7c1 authored almost 5 years ago by Razze <[email protected]>
Update imports when moving function

85310e274f0def5a4bb1e3a0d02ca06f5e007511 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Extract tree util function and run formatter

04fa195682bbbf2ec6758fd81e27076497b7577d authored almost 5 years ago by Jon Bockhorst <[email protected]>
Add basic support for move function refactoring

101eb91388d17a7dd701e20d676291bb4fec453e authored almost 5 years ago by Jon Bockhorst <[email protected]>
Merge pull request #225 from jmbockhorst/rename

Handle onPrepareRename to only allow renaming when it can be done

c913d51ba643b3b227d99c9fcfcb2f552b58a8db authored almost 5 years ago by Razzeee <[email protected]>
Handle onPrepareRename to only allow renaming when it can be done

2089683c335814419d342a581f466f2faad07720 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Merge pull request #223 from jmbockhorst/hovers

Fix hovers for custom types

8e9d5c2b109d48698998948efffb0e5d7a48521f authored almost 5 years ago by Razzeee <[email protected]>
Merge pull request #222 from jmbockhorst/keywords

Add basic keyword completions

1156fa157c0c19e8699ec3d24535f4619aebc6d5 authored almost 5 years ago by Razzeee <[email protected]>
Merge pull request #224 from jmbockhorst/recordJump

Support jump definition for fields of records

dc3decb7303890bd0f8740b91b534dc50dd55713 authored almost 5 years ago by Razzeee <[email protected]>
Remove unused code

cafeb9e0659718af8a8bb544349232f8a9cb2743 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Support jump definition for fields of records

ef7b73a4b7a17025c95031ee6d5957b4df6e2602 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Fix hovers for custom types

cd6ddc29d8d5fd76d6eec694a92c41884447283e authored almost 5 years ago by Jon Bockhorst <[email protected]>
Merge pull request #221 from jmbockhorst/recordCompletion

Add record completion items

f27eedf3759c25712eb665af64ae7be693632392 authored almost 5 years ago by Razzeee <[email protected]>
Add basic keyword completions

046d739781b3fc2bbf3b1dd9a0b3332d3fc9aeea authored almost 5 years ago by Jon Bockhorst <[email protected]>
Handle completions on a function parameter record

ad96ede51703346b77bfd78b0975c277d8263c9a authored almost 5 years ago by Jon Bockhorst <[email protected]>
Handle function return record completions

84a1de0d02d6feed716451330fc1cd12ee1cf7fb authored almost 5 years ago by Jon Bockhorst <[email protected]>
Properly handle infinite nested record completions

6289a139a09c896edbefc79cacb4a198c9404c81 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Handle nested record assignment completions

bac2489fa0884aacc2ecb4c3975061c80dc177bf authored almost 5 years ago by Jon Bockhorst <[email protected]>
Minor changes for record completions

b9e5348f3d80bdf9e927dbd7f4dde02cd2ef6ea8 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Add completion items for a record type alias

750f8d9546dea6c307ab8abb99e59a6aeb3c9163 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Add If-Else snippet (#220)

b2356eb8a4a1c11c18e11218fb0ed7e240b13a56 authored almost 5 years ago by Jon Bockhorst <[email protected]>
Prepare 1.6.3

9466b98df682c434f7cdad65f03ce40928531dc6 authored almost 5 years ago by Kolja Lampe <[email protected]>
Fix comment parsing for union variants

8db2ef639687872ac3920d052fb6669493ad52c3 authored almost 5 years ago by Kolja Lampe <[email protected]>
Correctly handle destructured functions in let definitions

a5bc8cf1b13cb96811f0438481b462e04aef641e authored almost 5 years ago by Kolja Lampe <[email protected]>
Improve definitions and references for destructured arguments

e5f60e5e13a63c7a5f7c5157503ef03cd448da93 authored almost 5 years ago by Kolja Lampe <[email protected]>
Account for all cases of anonymous functions

1f21d97978b28c9ca1873fbd134eec57904ceea3 authored almost 5 years ago by Kolja Lampe <[email protected]>
Make most anonymous functions work

c06d5ad568732001bcedc727c06a254f28964503 authored almost 5 years ago by Kolja Lampe <[email protected]>
Improve matching for let and case branches

e9396258268343df249bbf46deaf3e4de73f5051 authored almost 5 years ago by Kolja Lampe <[email protected]>
Prevent false positives

3e648e2f713de1e9e9b5a29723b11d6ad09d9160 authored almost 5 years ago by Kolja Lampe <[email protected]>
Get rid of unused travis job

ff0a1b48d65adb3c39fda64a34376c789e884fe9 authored almost 5 years ago by Kolja Lampe <[email protected]>
Prepare 1.6.2

879ef1712daa7deb5997b50f4059e936fe6cbd69 authored almost 5 years ago by Kolja Lampe <[email protected]>
Bump packages

0a1b3e57e8693a0c043b79fa60c770df4500b93c authored almost 5 years ago by Kolja Lampe <[email protected]>
Change to nicer string

1dab302bb9bc6252bb1f6b44d66d594fde306717 authored almost 5 years ago by Kolja Lampe <[email protected]>
Fix oversight in new textdocument implementation

3f9020a637df1408aee0d409d21e6693be9d57b0 authored almost 5 years ago by Kolja Lampe <[email protected]>
Move to new textdocument api

dfe481caaee8a4e312808e0fb20bcd35bdc4c84f authored almost 5 years ago by Kolja Lampe <[email protected]>
Fade unused according to elm-analyse

ad5af1bc8100505ab41bb19dd8da438bd38f060c authored almost 5 years ago by Kolja Lampe <[email protected]>
Prepare 1.6.1

9becaa41452902b01c1355a292a00b1122362fd0 authored almost 5 years ago by Kolja Lampe <[email protected]>
Prepare 1.6.1

ef47cbce4cf226ed31799b6418a89e2d7b0e0200 authored almost 5 years ago by Kolja Lampe <[email protected]>
vscode-languageserver-textdocument seems to have a different implementation, so revert this change

d7e417a9b0d516d7100e7c38dafdacc259d1b8d6 authored almost 5 years ago by Kolja Lampe <[email protected]>
Prepare 1.6.0

59f8c1cbdf189f545d3360a1c093424aa8138786 authored almost 5 years ago by Kolja Lampe <[email protected]>
Get rid of unneeded dependencies and update others

2c315fe8f4e6c7bd827cebe147f64246bdd6b32a authored almost 5 years ago by Kolja Lampe <[email protected]>
Add uri to log

711318e62dcdcefedbb69dea9c71a22efec6a08c authored almost 5 years ago by Kolja Lampe <[email protected]>
Fix cases where if was no greedy enough, we now use the correct regex instead

Closes #216

f6a265c5ff63440342c0bb0b7972898e2487cd96 authored almost 5 years ago by Kolja Lampe <[email protected]>
Add selection range handler (#213)

* Add selection range handler

45eefdc24de87411b6c5319d28d6f6eebf96546f authored almost 5 years ago by Razzeee <[email protected]>
Merge pull request #214 from sentience/improve-loading-progress

Improve loading progress

9fdd0e4900b908cafb54867cafd044a2f30f799b authored almost 5 years ago by Razzeee <[email protected]>
Add progress before and after parsing each file

95ff01c9629822e6b5bffb79016848e52c4c255c authored almost 5 years ago by Kevin Yank <[email protected]>
Report total load progress across >1 elm.json

28b5e077fbd4e72092b6529fc1c7db9b7f5e67bd authored almost 5 years ago by Kevin Yank <[email protected]>
Specify elm.json in “done parsing” log messages

850bd62115055e7dcb47fb445c630436e1dc34ef authored almost 5 years ago by Kevin Yank <[email protected]>
Send correct percentage completion values

The math was wrong on the calculation of `progressSteps`. Should have
been 100 (%) divided by th...

b713eddc0aff6896dfafebe10f992ec689cd75ea authored almost 5 years ago by Kevin Yank <[email protected]>
Fix Indexing status stuck with multiple elm.json

Sending multiple `begin` messages (one per Elm workspace) created
multiple status tokens, with o...

b7d1a9fe4a77581a29aaab323cbdb95f0eccb2b4 authored almost 5 years ago by Kevin Yank <[email protected]>