Ecosyste.ms: OpenCollective

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

Elm Tooling

Org to facilitate work on tooling for elm
Collective - Host: opensource - https://opencollective.com/elm-tooling - Code: https://github.com/elm-tooling

Fix one off error and add linebreak to imports

github.com/elm-tooling/elm-language-server - 66993cda144a61d6a632c264c959287095c16c44 authored over 4 years ago by Kolja Lampe <[email protected]>
Merge pull request #229 from jmbockhorst/exposeFunctions

Add the ability to expose/unexpose functions and types

github.com/elm-tooling/elm-language-server - 8626da9de4bff727dfa5e7bd4aa8ba0cba7b94f4 authored over 4 years ago by Razzeee <[email protected]>
Support expose/unexpose commands (#91)

github.com/elm-tooling/elm-language-client-vscode - a7bbca103d3b05059fb6a6c0edd6915ed0b2cf9d authored over 4 years ago by Jon Bockhorst <[email protected]>
Handle unexposing Type(..) cases

github.com/elm-tooling/elm-language-server - 38e7e9ae935ab448b0cfc8298b6ccc0de77f7049 authored over 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #230 from jmbockhorst/autoImport

Add auto import code actions

github.com/elm-tooling/elm-language-server - 9dced362758e5591e15f43d34d22a81ba164829c authored over 4 years ago by Razzeee <[email protected]>
Remove duplicate handler creation

github.com/elm-tooling/elm-language-server - c5a241339428b20a885716c5be34007464ec72f7 authored over 4 years ago by Jon Bockhorst <[email protected]>
Handle when there are no existing imports

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

github.com/elm-tooling/elm-language-server - a3b461b76e1063c9ea29b10789beb758cf58f9b2 authored over 4 years ago by Jon Bockhorst <[email protected]>
Fix more full reference cases

github.com/elm-tooling/elm-language-server - e816df0c553cf13b92ba004904d8e06593279f2b authored over 4 years ago by Jon Bockhorst <[email protected]>
Fix imports not being created correctly

github.com/elm-tooling/elm-language-server - 79d75ed10a72b61a1ad37e93568a2da6b3d5e921 authored over 4 years ago by Razze <[email protected]>
Handle fully qualified imports and union types

Also sort imports by ranking list

github.com/elm-tooling/elm-language-server - 2a4a07cbc85833d0739589e4ad6635afd0591772 authored over 4 years ago by Jon Bockhorst <[email protected]>
Filter duplicate imports

github.com/elm-tooling/elm-language-server - 0922af06c264501cb09721b47ac4fee3cdcfad60 authored over 4 years ago by Jon Bockhorst <[email protected]>
Add auto import code actions

github.com/elm-tooling/elm-language-server - 63c8ead7f949fc183dea4d6d1a71662901323f1a authored over 4 years ago by Jon Bockhorst <[email protected]>
Fix function name

github.com/elm-tooling/elm-language-server - 1466c61c9cda96aab773e1c197c534024295771e authored over 4 years ago by Jon Bockhorst <[email protected]>
Use workspace edit instead of command for code actions

github.com/elm-tooling/elm-language-server - e97799e3c6da730c646a9475efbe7cad1f80ddf8 authored over 4 years ago by Jon Bockhorst <[email protected]>
Support exposing/unexposing functions and types

Adds code lense command and code actions

github.com/elm-tooling/elm-language-server - b773979c80bde61805d4eeb660617b6312d249bf authored over 4 years ago by Jon Bockhorst <[email protected]>
Add repsonse error for renames outside of the project

github.com/elm-tooling/elm-language-server - 2039e11fc0557bd2e72f7195de8994bba0b8fb50 authored over 4 years ago by Kolja Lampe <[email protected]>
Merge pull request #228 from elm-tooling/update-deps-and-prettier

Update deps and prettier

github.com/elm-tooling/elm-language-server - 149416ca4c3cdea848dfa73dbbc62e078caf74a8 authored over 4 years ago by Razzeee <[email protected]>
Update deps and prettier (#90)

github.com/elm-tooling/elm-language-client-vscode - b8f50338e7c7984b3f5b85782238abd115709c99 authored over 4 years ago by Razzeee <[email protected]>
Update deps and prettier

github.com/elm-tooling/elm-language-server - 263c8a13425c93a1d3b7c7c058cdd1638e6b4823 authored over 4 years ago by Kolja Lampe <[email protected]>
Fix lint problems

github.com/elm-tooling/elm-language-server - f1c3f59c3348062cef0aadd7a28b3a4b4e35723a authored over 4 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

github.com/elm-tooling/elm-language-server - d011a50505b2e29eaa9ac6862608d4f0b7b89159 authored over 4 years ago by Razzeee <[email protected]>
Add move function code action support (#88)

* First cut of move function refactor

* Clean up move refactoring handler

* Update protoco...

github.com/elm-tooling/elm-language-client-vscode - a0c04f6f20c92a70fde8b2106fbf69b03c192b6d authored over 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #226 from jmbockhorst/moveFunction

Add basic support for move function refactoring

github.com/elm-tooling/elm-language-server - 727d42ce4627c0165cfc8695e066d005826846b0 authored over 4 years ago by Razzeee <[email protected]>
Fix function name calculation

github.com/elm-tooling/elm-language-server - 15d66d2d51c447e09b22bd21f56ddb96d5cb2edd authored over 4 years ago by Jon Bockhorst <[email protected]>
Fix case where type constructor highlighting was wrong

Fixes #87

github.com/elm-tooling/elm-language-client-vscode - 4470b911cc037d10d7699092677cb35f10136f2c authored over 4 years ago by Razze <[email protected]>
Fix function parameter

github.com/elm-tooling/elm-language-server - 5b348850afdcdfc78953fc2d87d2ee53388a5027 authored over 4 years ago by Jon Bockhorst <[email protected]>
Handle fully qualified references and don't auto expose

github.com/elm-tooling/elm-language-server - 099c182821a4db531eb17a1d96613d6847e3584c authored over 4 years ago by Jon Bockhorst <[email protected]>
Move doc comments with the function

github.com/elm-tooling/elm-language-server - 593a9fb09edad0f054a86fbdf12e0795dcab34bf authored over 4 years ago by Jon Bockhorst <[email protected]>
Fix init taking long with many functions

github.com/elm-tooling/elm-language-server - 8ec2ce1d4a13325a777b8e1011303c731123b7c1 authored over 4 years ago by Razze <[email protected]>
Update imports when moving function

github.com/elm-tooling/elm-language-server - 85310e274f0def5a4bb1e3a0d02ca06f5e007511 authored over 4 years ago by Jon Bockhorst <[email protected]>
Extract tree util function and run formatter

github.com/elm-tooling/elm-language-server - 04fa195682bbbf2ec6758fd81e27076497b7577d authored over 4 years ago by Jon Bockhorst <[email protected]>
Add basic support for move function refactoring

github.com/elm-tooling/elm-language-server - 101eb91388d17a7dd701e20d676291bb4fec453e authored over 4 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

github.com/elm-tooling/elm-language-server - c913d51ba643b3b227d99c9fcfcb2f552b58a8db authored over 4 years ago by Razzeee <[email protected]>
Handle onPrepareRename to only allow renaming when it can be done

github.com/elm-tooling/elm-language-server - 2089683c335814419d342a581f466f2faad07720 authored over 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #223 from jmbockhorst/hovers

Fix hovers for custom types

github.com/elm-tooling/elm-language-server - 8e9d5c2b109d48698998948efffb0e5d7a48521f authored over 4 years ago by Razzeee <[email protected]>
Merge pull request #222 from jmbockhorst/keywords

Add basic keyword completions

github.com/elm-tooling/elm-language-server - 1156fa157c0c19e8699ec3d24535f4619aebc6d5 authored over 4 years ago by Razzeee <[email protected]>
Merge pull request #224 from jmbockhorst/recordJump

Support jump definition for fields of records

github.com/elm-tooling/elm-language-server - dc3decb7303890bd0f8740b91b534dc50dd55713 authored over 4 years ago by Razzeee <[email protected]>
Remove unused code

github.com/elm-tooling/elm-language-server - cafeb9e0659718af8a8bb544349232f8a9cb2743 authored over 4 years ago by Jon Bockhorst <[email protected]>
Support jump definition for fields of records

github.com/elm-tooling/elm-language-server - ef7b73a4b7a17025c95031ee6d5957b4df6e2602 authored over 4 years ago by Jon Bockhorst <[email protected]>
Fix hovers for custom types

github.com/elm-tooling/elm-language-server - cd6ddc29d8d5fd76d6eec694a92c41884447283e authored over 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #221 from jmbockhorst/recordCompletion

Add record completion items

github.com/elm-tooling/elm-language-server - f27eedf3759c25712eb665af64ae7be693632392 authored over 4 years ago by Razzeee <[email protected]>
Add basic keyword completions

github.com/elm-tooling/elm-language-server - 046d739781b3fc2bbf3b1dd9a0b3332d3fc9aeea authored over 4 years ago by Jon Bockhorst <[email protected]>
Handle completions on a function parameter record

github.com/elm-tooling/elm-language-server - ad96ede51703346b77bfd78b0975c277d8263c9a authored over 4 years ago by Jon Bockhorst <[email protected]>
Handle function return record completions

github.com/elm-tooling/elm-language-server - 84a1de0d02d6feed716451330fc1cd12ee1cf7fb authored over 4 years ago by Jon Bockhorst <[email protected]>
Properly handle infinite nested record completions

github.com/elm-tooling/elm-language-server - 6289a139a09c896edbefc79cacb4a198c9404c81 authored over 4 years ago by Jon Bockhorst <[email protected]>
Handle nested record assignment completions

github.com/elm-tooling/elm-language-server - bac2489fa0884aacc2ecb4c3975061c80dc177bf authored over 4 years ago by Jon Bockhorst <[email protected]>
Minor changes for record completions

github.com/elm-tooling/elm-language-server - b9e5348f3d80bdf9e927dbd7f4dde02cd2ef6ea8 authored over 4 years ago by Jon Bockhorst <[email protected]>
Add completion items for a record type alias

github.com/elm-tooling/elm-language-server - 750f8d9546dea6c307ab8abb99e59a6aeb3c9163 authored over 4 years ago by Jon Bockhorst <[email protected]>
Add If-Else snippet (#220)

github.com/elm-tooling/elm-language-server - b2356eb8a4a1c11c18e11218fb0ed7e240b13a56 authored over 4 years ago by Jon Bockhorst <[email protected]>
dotfiles examples: Update dimitar's dotfiles

github.com/elm-tooling/elm-vim - fe1385073632c879c1bb6aac3d342d68236a336b authored over 4 years ago by Andy <[email protected]>
Fix comment parsing for union variants

github.com/elm-tooling/elm-language-server - 8db2ef639687872ac3920d052fb6669493ad52c3 authored over 4 years ago by Kolja Lampe <[email protected]>
Correctly handle destructured functions in let definitions

github.com/elm-tooling/elm-language-server - a5bc8cf1b13cb96811f0438481b462e04aef641e authored over 4 years ago by Kolja Lampe <[email protected]>
Improve definitions and references for destructured arguments

github.com/elm-tooling/elm-language-server - e5f60e5e13a63c7a5f7c5157503ef03cd448da93 authored over 4 years ago by Kolja Lampe <[email protected]>
Account for all cases of anonymous functions

github.com/elm-tooling/elm-language-server - 1f21d97978b28c9ca1873fbd134eec57904ceea3 authored over 4 years ago by Kolja Lampe <[email protected]>
Make most anonymous functions work

github.com/elm-tooling/elm-language-server - c06d5ad568732001bcedc727c06a254f28964503 authored over 4 years ago by Kolja Lampe <[email protected]>
Improve matching for let and case branches

github.com/elm-tooling/elm-language-server - e9396258268343df249bbf46deaf3e4de73f5051 authored over 4 years ago by Kolja Lampe <[email protected]>
Prevent false positives

github.com/elm-tooling/elm-language-server - 3e648e2f713de1e9e9b5a29723b11d6ad09d9160 authored over 4 years ago by Kolja Lampe <[email protected]>
Get rid of unused travis job

github.com/elm-tooling/elm-language-server - ff0a1b48d65adb3c39fda64a34376c789e884fe9 authored over 4 years ago by Kolja Lampe <[email protected]>
Rename elm.json for syntax to elm-syntax.json

github.com/elm-tooling/elm-language-client-vscode - 4e073983faf81120e9ed53417a2d0d797a79db9a authored over 4 years ago by Kolja Lampe <[email protected]>
Update typescript version

github.com/elm-tooling/elm-language-client-vscode - 1449a1260aa6089784f7b179ade8b45c202f7c5b authored over 4 years ago by Kolja Lampe <[email protected]>
Change to nicer string

github.com/elm-tooling/elm-language-server - 1dab302bb9bc6252bb1f6b44d66d594fde306717 authored over 4 years ago by Kolja Lampe <[email protected]>
Fix oversight in new textdocument implementation

github.com/elm-tooling/elm-language-server - 3f9020a637df1408aee0d409d21e6693be9d57b0 authored over 4 years ago by Kolja Lampe <[email protected]>
Add syntax highlighting for character literals (and QOL improveme… (#85)

* Add char entries in language configuration

* Fix syntax highlighting for character literals...

github.com/elm-tooling/elm-language-client-vscode - 3932997736678362bcbbabd15dff91452ddec68d authored over 4 years ago by Jonathan Hernández <[email protected]>
Raise minimal vscode version

github.com/elm-tooling/elm-language-client-vscode - 4568a5e1806bf3a9ab5bd44e66996b830057735e authored over 4 years ago by Kolja Lampe <[email protected]>
Add more words to our dictionary

github.com/elm-tooling/elm-language-client-vscode - e859ec6b14a4df4d428993b48133019e5e938a10 authored over 4 years ago by Kolja Lampe <[email protected]>
Move to new textdocument api

github.com/elm-tooling/elm-language-server - dfe481caaee8a4e312808e0fb20bcd35bdc4c84f authored over 4 years ago by Kolja Lampe <[email protected]>
Fade unused according to elm-analyse

github.com/elm-tooling/elm-language-server - ad5af1bc8100505ab41bb19dd8da438bd38f060c authored over 4 years ago by Kolja Lampe <[email protected]>
vscode-languageserver-textdocument seems to have a different implementation, so revert this change

github.com/elm-tooling/elm-language-server - d7e417a9b0d516d7100e7c38dafdacc259d1b8d6 authored over 4 years ago by Kolja Lampe <[email protected]>
Updated elm.json to include /= operator (#78)

github.com/elm-tooling/elm-language-client-vscode - a738380df643d71d7ee8c5ca18d8556fdb48ec6a authored over 4 years ago by Titus Anderson <[email protected]>
Get rid of unneeded dependencies and update others

github.com/elm-tooling/elm-language-server - 2c315fe8f4e6c7bd827cebe147f64246bdd6b32a authored over 4 years ago by Kolja Lampe <[email protected]>
Update tree-sitter dependency version

github.com/elm-tooling/tree-sitter-elm - 50a34c8d678da7623f27494cbec27cecd6fe9b0c authored over 4 years ago by Kolja Lampe <[email protected]>
Fix cases where if was no greedy enough, we now use the correct regex instead

Closes #216

github.com/elm-tooling/elm-language-server - f6a265c5ff63440342c0bb0b7972898e2487cd96 authored over 4 years ago by Kolja Lampe <[email protected]>
Add selection range handler (#213)

* Add selection range handler

github.com/elm-tooling/elm-language-server - 45eefdc24de87411b6c5319d28d6f6eebf96546f authored over 4 years ago by Razzeee <[email protected]>
Add syntax highlighting for hexadecimal constants (#77)

* Add syntax highlighting for hexadecimal constants

github.com/elm-tooling/elm-language-client-vscode - 6d2c73352d2c97ee23d89978e47a2727548f037a authored over 4 years ago by Jonathan Hernández <[email protected]>
Combine language clients section

github.com/elm-tooling/elm-vim - cabf376a0742d8e439a8c06404f05b9179c24fbd authored over 4 years ago by Andy <[email protected]>
Language servers: LanguageClient-neovim

github.com/elm-tooling/elm-vim - 7b46e00e2ea9d759bc3726a688189de660da05cb authored over 4 years ago by Andy <[email protected]>
Merge pull request #214 from sentience/improve-loading-progress

Improve loading progress

github.com/elm-tooling/elm-language-server - 9fdd0e4900b908cafb54867cafd044a2f30f799b authored over 4 years ago by Razzeee <[email protected]>
FAQ: Explain `Zaptic/elm-vim`

github.com/elm-tooling/elm-vim - cfbae3d3d6a606587253e1cc308b530b76d9896c authored over 4 years ago by andys8 <[email protected]>
Add progress before and after parsing each file

github.com/elm-tooling/elm-language-server - 95ff01c9629822e6b5bffb79016848e52c4c255c authored over 4 years ago by Kevin Yank <[email protected]>
Report total load progress across >1 elm.json

github.com/elm-tooling/elm-language-server - 28b5e077fbd4e72092b6529fc1c7db9b7f5e67bd authored over 4 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...

github.com/elm-tooling/elm-language-server - b7d1a9fe4a77581a29aaab323cbdb95f0eccb2b4 authored over 4 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...

github.com/elm-tooling/elm-language-server - b713eddc0aff6896dfafebe10f992ec689cd75ea authored over 4 years ago by Kevin Yank <[email protected]>
Specify elm.json in “done parsing” log messages

github.com/elm-tooling/elm-language-server - 850bd62115055e7dcb47fb445c630436e1dc34ef authored over 4 years ago by Kevin Yank <[email protected]>
Avoid processing events before parsing complete

github.com/elm-tooling/elm-language-server - bb66a00e56c67e50d33fc7fb31d445d5dd343501 authored over 4 years ago by Kevin Yank <[email protected]>
New language server version (#75)

New language server version

github.com/elm-tooling/elm-language-client-vscode - dc36daf1a822b6ae7065ed832ae7cd9723b17523 authored over 4 years ago by Razzeee <[email protected]>