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

exposed hints honor double dot

d2e3907df72768aa9adedb71e4b31d83bb566ef1 authored over 5 years ago by Kolja Lampe <[email protected]>
More local hover work

12de8bc63c7948c30fe3d1319c268ce8e35d2d67 authored over 5 years ago by Kolja Lampe <[email protected]>
Add module helpers

f85ea2ead58036e082312fb1769bb1b85df35c12 authored over 5 years ago by Kolja Lampe <[email protected]>
Update packages

3744322b4b99d86ef70982b3b010bf0581a63501 authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #23 from antew/fix/elm-analyse-cache-path

elm-analyse: Fix cache directory location

f71d28c4fd73141ac3e0bfe69fe743d282ac899b authored over 5 years ago by Razzeee <[email protected]>
elm-analyse: Fix cache directory location

Previously it based the cache path off of the current working directory, which may not always be ...

19435b488eddca286337d5497ae052e3c6935136 authored over 5 years ago by antew <[email protected]>
Add standard imports

23ba98dbcd7f996b5b0f9871cb84867cc44f6470 authored over 5 years ago by Kolja Lampe <[email protected]>
Correct symbolkind for union constructor

7ee777e3a3ed751f658a8c2fe6f558e479b2aa07 authored over 5 years ago by Kolja Lampe <[email protected]>
Remove wrong trigger character

93229efa228da361b8246acb19dec443afaadd73 authored over 5 years ago by Kolja Lampe <[email protected]>
Fix errors on completion method

61ba67f7c3b49e7a480a2c5e8563cfa30910b711 authored over 5 years ago by Kolja Lampe <[email protected]>
Some more completions work

0fa00dbbff293360b3c006fd1581652f8ea15420 authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #20 from antew/fix/multiple-listeners

Fix event listeners being overridden

cece734e8332b2fa0bdceab48081369335cd5b1d authored over 5 years ago by Razzeee <[email protected]>
Allow multiple event listeners for notification events in the document (open, close, save, change).

In vscode-languageserver the built-in events for open, close, change, etc., can only have one ha...

82305b780dc60417e46f8e3f002b2d842011a1f4 authored over 5 years ago by antew <[email protected]>
Improve structure and completions

274c261d194f843ac7f21dde004931aa6ac2df35 authored over 5 years ago by Kolja Lampe <[email protected]>
Use helpers to align some code paths

39d6ace585c4bf569aff574a09b6608ed831d5d7 authored over 5 years ago by Kolja Lampe <[email protected]>
Parse module declarations better

8e40adfb458a7428d1ca58d09441aa3c3f02de0f authored over 5 years ago by Kolja Lampe <[email protected]>
Remove warnings from foldingProvider

8503ca1725fbf8702fe7984150c6f187f5d07946 authored over 5 years ago by Kolja Lampe <[email protected]>
Add dependencies to tree sitter (#18)

Add dependencies to tree sitter

ae6058a3c23b351fead2a54c097c6842fc367970 authored over 5 years ago by Razzeee <[email protected]>
Make libraries work

037bfe26a4164b91cb90b8274509e37635589330 authored over 5 years ago by Kolja Lampe <[email protected]>
Index dependencies

93f3464b852e9b9faa6357e9068acacb07ec5814 authored over 5 years ago by Kolja Lampe <[email protected]>
Faster elm-analyse support (#16)

Faster elm-analyse support

afe6291d6d31e2cf4d35c09015b6e2eea199f89a authored over 5 years ago by Razzeee <[email protected]>
Handle windows paths

617aca8df9aa3b5ce4beb40aff887e312a362650 authored over 5 years ago by antew <[email protected]>
Fix elm-analyse not reporting for all files.

f5d73052ad54e6cb2b03aeac431329a309e6403a authored over 5 years ago by antew <[email protected]>
Revert tsconfig change

c27bb3367158653458d4a7071f974a61ac41add1 authored over 5 years ago by antew <[email protected]>
Add back connection init

0a03394c8548ae6ece678f998f735a0bacb1f2e6 authored over 5 years ago by antew <[email protected]>
Fix up tslint warnings

330d4fe7e7dcd724266bee3ae29c1cdbd2356773 authored over 5 years ago by antew <[email protected]>
Fix typo, d'oh

006110f40cca6a5b5b7768f8f454d5e44ead7dff authored over 5 years ago by antew <[email protected]>
Enable linting across the project

Use .prettierrc in the tslint config

4e9ec8b07de58e322fc46f022d7dddd0513d64c6 authored over 5 years ago by antew <[email protected]>
Initial working version, bring in elm-analyse as a module.

Enables linting as you type for elm-analyse

513f67a210a93b526116539cf617419d99475cdc authored over 5 years ago by antew <[email protected]>
Merge pull request #15 from antew/coc-vim

Vim support - coc.nvim and ALE

a0c0ea7c73547c2f3908d6ba3d2ccd1170d3ee17 authored over 5 years ago by Razzeee <[email protected]>
Align all names to elmLS

a2cf6da02c267cdaf6005571b0bb72c98d313060 authored over 5 years ago by Kolja Lampe <[email protected]>
Fix conditional

cd5657e6b6ba1f2179bf56fd39e33eda60bb6a00 authored over 5 years ago by antew <[email protected]>
Update readme

eb393e21f7a1609649fc531af39fcbba3da8c1aa authored over 5 years ago by antew <[email protected]>
Add Vim support for running with coc.nvim or ALE

46d397bda5dc723a120adb7db7c4b86c4c6bc2f3 authored over 5 years ago by antew <[email protected]>
Add "elm-ls" as an executable so that we can get free path resolution to it when installed.

Add shebang to the server entry point for launching with node

22c0d94f77486553330f3e31712681bf320763ff authored over 5 years ago by antew <[email protected]>
Add support for coc.vim

- For root path resolution it uses the `rootPatterns` provided through coc.vim to look for elm.js...

a1d15e8f950faa74a8379eddb20d664e2a1b712b authored over 5 years ago by antew <[email protected]>
Add array and boolean symbols

bd444baa7f68ffe19e795599d47bd43535e10a7f authored over 5 years ago by Kolja Lampe <[email protected]>
Keep tree list correctly up to date

cfa79b7e08f750b955714bfcd8189a6b386dfa84 authored over 5 years ago by Kolja Lampe <[email protected]>
Consolidate symbolInformation creation

a613fa48db8a36b1c811be879d9bffa550e18470 authored over 5 years ago by Kolja Lampe <[email protected]>
Improve treeIndex structure

25d77512f1fdf08f221b221e419e98c432fddb80 authored over 5 years ago by Kolja Lampe <[email protected]>
Better hints and better completion

2a9c2f8d0c349627c57a2ec986c47211e43cb49b authored over 5 years ago by Kolja Lampe <[email protected]>
Merge branch 'master' of github.com:Razzeee/elm-language-server

eddcebd142bc4ee47a07462b6b772589fd9a086b authored over 5 years ago by Kolja Lampe <[email protected]>
Correct uri parsing

62e6de993a5cca70cc75a5667c6055489a5e7ba1 authored over 5 years ago by Kolja Lampe <[email protected]>
Use fspath

e777e4d919844909c551cb6f59c319130e7834a9 authored over 5 years ago by Kolja Lampe <[email protected]>
Nicer formatting for hover provider

384c3ab0770995d62f2e539e9e2860318c22fc89 authored over 5 years ago by Kolja Lampe <[email protected]>
Better cwd path

dc845c231bf6b887e1c3c5dd87a29497ad3eb0f1 authored over 5 years ago by Kolja Lampe <[email protected]>
Improve rebuilder logging

82692c5c6471b66013ec404027c24593d3c872a0 authored over 5 years ago by Kolja Lampe <[email protected]>
Improve hover provider

f8493392d96928a10bdbca2d3a5755d3d6bab2c2 authored over 5 years ago by Kolja Lampe <[email protected]>
Implement local renaming for functions

408641574aad5e9a1d9a20b797fc421d7ee93255 authored over 5 years ago by Kolja Lampe <[email protected]>
Implement hover for local functions

750f4f8538a009341bd9295c3f1c67d4117c6542 authored over 5 years ago by Kolja Lampe <[email protected]>
Add example references

a6db18391734071ab67b72e5884089551bf8f547 authored over 5 years ago by Kolja Lampe <[email protected]>
Update workspace symbol provider to work similiar

bec148d352ff8c977298279d32cf49b9bb11e871 authored over 5 years ago by Kolja Lampe <[email protected]>
Flesh out document symbol provider

92d3568feb92824a121a5d14b384a72db27e6073 authored over 5 years ago by Kolja Lampe <[email protected]>
Make definitions provider work for local functions

547307975ddaf1723b77e4bfccb23b0bd3e5cd5a authored over 5 years ago by Kolja Lampe <[email protected]>
Align error message style

d981d38e6be2d14b0c63c4d27e59c61ce50589a8 authored over 5 years ago by Kolja Lampe <[email protected]>
Handle type alias and types too

e44725106006f2e9fb9b572edbf4110b2ac495a4 authored over 5 years ago by Kolja Lampe <[email protected]>
Provide correct codeLens if exposed

30e0cfd50cb4269226ef26259b4d923d99e8d028 authored over 5 years ago by Kolja Lampe <[email protected]>
Show lens at correct place

77c777058beea02c3e60909d17279b8877998705 authored over 5 years ago by Kolja Lampe <[email protected]>
Improve tree structure and refactor folding

c419c1d1654fac34e2094c5fc249fc174e5d2f85 authored over 5 years ago by Kolja Lampe <[email protected]>
Report missing tooling to user

216f02d952326371e544ba501610b69bde9fa8b9 authored over 5 years ago by Kolja Lampe <[email protected]>
Add basic providers for everything

40566fc7a7ed1aba624dc185194938870408c47b authored over 5 years ago by Kolja Lampe <[email protected]>
Fix tree sitter not parsing correct and load all source dirs

06278919b0a9dd0e20db5faf208e731a1437a558 authored over 5 years ago by Kolja Lampe <[email protected]>
Add project files to map

9b21c94be10df7a7b34111355e8bd1dea53f5b75 authored over 5 years ago by Kolja Lampe <[email protected]>
Steps toward parsing the correct elm files

2dd8211d7f105f4b5d1854fca8fd3bba4561c897 authored over 5 years ago by Kolja Lampe <[email protected]>
Update tree sitter elm

8c00b4bd03bb43fdfe1d813bb61684ef05825dc8 authored over 5 years ago by Kolja Lampe <[email protected]>
Log error on tree init

bf6806a2937bda847afd9746106f750352bd2c43 authored over 5 years ago by Kolja Lampe <[email protected]>
Improve debug handling

5a721eacd3ca00e0bf8e5c7c7b5ca1feba1ec5e2 authored over 5 years ago by Kolja Lampe <[email protected]>
Add nessesary config for manjaro

b8e2ae7be6981987ec02ffa646ebac145dd6606a authored over 5 years ago by Kolja Lampe <[email protected]>
Try to get a hoverProvider going

0ddb1e34a6b59c3f9d3264057aa132339cbd7c4e authored over 5 years ago by Kolja Lampe <[email protected]>
Refactor completions and folder structure

37be4d0662c9f0d784d9df122769f914dfb95e75 authored over 5 years ago by Kolja Lampe <[email protected]>
Run all files through prettier

b060efb3ff6de94cb7b39b94770679641baf69a4 authored over 5 years ago by Kolja Lampe <[email protected]>
Add prettier and update folding provider

f72873aaa7ff762c1c1b0edd0a058586a5635ddf authored over 5 years ago by Kolja Lampe <[email protected]>
Update deps

335f29a0b103893ac881010b0b271479bd218356 authored over 5 years ago by Kolja Lampe <[email protected]>
Repair diagnostics and format

5b4d3a98666940db852deb4a8d585bdedf8b5600 authored almost 6 years ago by Kolja Lampe <[email protected]>
Init with correct elmWorkspace

4c272d2eff538596e2358f981a116fafa181e8b0 authored almost 6 years ago by Kolja Lampe <[email protected]>
Rework initalization

387a18d8a9c988955ec5d63cca468ea6c4c38ec5 authored almost 6 years ago by Kolja Lampe <[email protected]>
Rough readme

a8dc3d7c57aa08ae88bc426bd4006311ea83fcc6 authored almost 6 years ago by Kolja Lampe <[email protected]>
Remove misleading license

d9c627d24c1ec5bad27778f2079522246f713f95 authored almost 6 years ago by Kolja Lampe <[email protected]>
Align highlighting

83e45103e3cd5360725bf56fea31fa34d0e6edba authored almost 6 years ago by Kolja Lampe <[email protected]>
Add azure pipeline

0cc28dd7c6e537cebf75b81391408cb5b246db9d authored almost 6 years ago by Kolja Lampe <[email protected]>
Update package lock

2cfffdb7a9bcbe5dd4c8d46a499c846091d632db authored almost 6 years ago by Kolja Lampe <[email protected]>
Fix bracket settings

6e9dc9a27e974e5ea6d50cd02e5d1e608930d3c1 authored almost 6 years ago by Kolja Lampe <[email protected]>
Add formatting provider

97f39a2c9f7f124957660ba78e903a9a4b2ee441 authored almost 6 years ago by Kolja Lampe <[email protected]>
TS refactoring

b62c854abc450013cb947c5a53eb0ef8674597a3 authored almost 6 years ago by Kolja Lampe <[email protected]>
More fixes for analyse and make

e171ecf7f157510547e60421a53c9db612fee355 authored almost 6 years ago by Kolja Lampe <[email protected]>
Analyse works

01414cd57f8447281ce56eab8392af44ba5fa118 authored almost 6 years ago by Kolja Lampe <[email protected]>
Refactor diagnostics

306f548a9b348337440b4bc108b2396294cc2060 authored almost 6 years ago by Kolja Lampe <[email protected]>
Fix client init

e3e98841225c01d03f2798edf63ee07db330cafa authored almost 6 years ago by Kolja Lampe <[email protected]>
Workspace is defined by the client. There should be a elm.json here.

281af30ec34d0604b177c51373dcb288d07f99d6 authored almost 6 years ago by Kolja Lampe <[email protected]>
Find elm file

09acac0690a376858fa668fc64deefde235b99f1 authored almost 6 years ago by Kolja Lampe <[email protected]>
Add diagnostics

fc8e8a4212f49c90b7805c9007e14bfa2ae8817d authored almost 6 years ago by Kolja Lampe <[email protected]>
Add completion provider

9bcf73222e595374bbabccf43a5985f3ad896041 authored almost 6 years ago by Kolja Lampe <[email protected]>
Add folding provider

c9aeb63f81d63415f76788851286c0477b67f394 authored almost 6 years ago by Kolja Lampe <[email protected]>
Update packages

3b07a3f52e38554dd59c5e08f78f0833ec185ae8 authored almost 6 years ago by Kolja Lampe <[email protected]>
Log to info

376862fb7def8dcd4c1b635a35cd8acb070fbb22 authored almost 6 years ago by Kolja Lampe <[email protected]>
Init capabilityCalculator

aa62beaa62eb7254eb15153996de06fc1f0d53a4 authored almost 6 years ago by Kolja Lampe <[email protected]>
More lint exclusions

e87fac9c317713d241ec0a9191cf3bb3ac024e3c authored almost 6 years ago by Kolja Lampe <[email protected]>
More linter fixes

bc00e6380f8144b0b4d344274608269a28ed5fcf authored almost 6 years ago by Kolja Lampe <[email protected]>
Fix linting

d87a6da1b41792c505052d85f65213f13fa2ea47 authored almost 6 years ago by Kolja Lampe <[email protected]>
set version for tree-sitter-elm to 1.0.1

e44fec2c8bb0a79882e207e176f7b9a38765ea4c authored almost 6 years ago by hlhr <[email protected]>