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

Instructions

- elm-lsp with ale and coq
- syntax highlighting
- snippets
- tests
- tagbar

github.com/elm-tooling/elm-vim - 50c6b2ddb75a2f452354dfb4f5871dd91a878160 authored over 5 years ago by andys8 <[email protected]>
Readme: Updated to link to newer vscode plugin

github.com/elm-tooling/elm-vscode-language-client-haskell - 269d13869a2d98e20b286c957643f7c748b6a3eb authored over 5 years ago by Andy <[email protected]>
README: Update marks repo archived

Fix repository links

github.com/elm-tooling/elm-compiler-library - 5b2aae0a503b61b7999c697e6b6d476b8da4e921 authored over 5 years ago by Andy <[email protected]>
Readme: Hint to maintained elm lsp

github.com/elm-tooling/elm-language-server-haskell - e6810db004ee8b9c559e9254b6dffacd114eeccc authored over 5 years ago by Andy <[email protected]>
Merge pull request #6 from antew/feature/lsp-fixer-enhanced

Allow fixing a file or project from the cli, or a message or file for language servers

github.com/elm-tooling/elm-analyse - 2933658648b855f43fb1fc2ab3909c3511ea32c0 authored over 5 years ago by Razzeee <[email protected]>
Less verbose logging when running in CLI mode, it now replaces the output of each line for info messages, and prints other messages on newlines.

github.com/elm-tooling/elm-analyse - f5c5dd314afc4750c18f9f455e457303709f21cf authored over 5 years ago by antew <[email protected]>
Add support for fixing all elm-analyse issues in a file

github.com/elm-tooling/elm-language-server - ab3a410387cd47132b77f3a887940374d101cd53 authored over 5 years ago by antew <[email protected]>
Merge pull request #72 from antew/feature/update-readme

Add some documentation on what Coc and ALE support.

github.com/elm-tooling/elm-language-server - 5ef0a9893ecbaea770fc2c36f438394c61ed7eb8 authored over 5 years ago by Razzeee <[email protected]>
Update ale support to note only workspace symbols are available

github.com/elm-tooling/elm-language-server - 42428ce8306d5a8e57b35761995e304a3171c7dd authored over 5 years ago by antew <[email protected]>
Add some documentation on what Coc and ALE support.

github.com/elm-tooling/elm-language-server - 21d4f6389503b2a0689c411ae25c34e2dbc4665a authored over 5 years ago by antew <[email protected]>
Merge pull request #5 from antew/0.16.4-built

Update built files

github.com/elm-tooling/elm-analyse - dfe8df9a7c3040a126842b40b1f2929b7e4f7ea4 authored over 5 years ago by Razzeee <[email protected]>
Update built files

github.com/elm-tooling/elm-analyse - f6c880ab6cce7dea3ed16e6b4455df5556f0e9e2 authored over 5 years ago by antew <[email protected]>
Merge branch 'master' of github.com:elm-tooling/elm-language-server

github.com/elm-tooling/elm-language-server - f487b44761aa887f9a4b390a499a2da7ad3891fb authored over 5 years ago by Kolja Lampe <[email protected]>
Switch to our own elm-analyse for now

github.com/elm-tooling/elm-language-server - db43b4a4d99d4990a5dbdbeb51e13fc81843752c authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #55 from antew/feature/code-actions

Elm-analyse code actions

github.com/elm-tooling/elm-language-server - f84c65d3ff4ab0e3887900a10d55970321f8b07c authored over 5 years ago by Razzeee <[email protected]>
Add built files for lsp fixing (#4)

Add built files for lsp fixing

github.com/elm-tooling/elm-analyse - 9e28703cb154454779ab27976ec9678e114b62dc authored over 5 years ago by Razzeee <[email protected]>
Feature/lsp fixer (#3)

Feature/lsp fixer

github.com/elm-tooling/elm-analyse - afbbff04019053180f9e004b452b21a64ed13d60 authored over 5 years ago by Razzeee <[email protected]>
Read elm-analyse configuration from the directory where the elm.json … (#2)

Read elm-analyse configuration from the directory where the elm.json …

github.com/elm-tooling/elm-analyse - 1c498565c6d7e6550f5341dd82b362b6e4727a85 authored over 5 years ago by Razzeee <[email protected]>
Align analyse message format (#1)

Align analyse message format

github.com/elm-tooling/elm-analyse - 45bd13006cfa12170e4182a6cc623ee0e71937f5 authored over 5 years ago by Razzeee <[email protected]>
Merge pull request #71 from buinauskas/master

Consistent string concatenation, IFolder interface instead of inlined types

github.com/elm-tooling/elm-language-server - d84c6fa3ec97725857a443ba9e33279b86c5f900 authored over 5 years ago by Razzeee <[email protected]>
- Fixed few typos

- Added missing syntax highlighting in README
- Consistent string concatenation with TSLint rule ...

github.com/elm-tooling/elm-language-server - bfb366842fdbae3a21c52633f11ffdb559468f87 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Fixed typos reported by Code Spell Checker (#66)

Fixed typos reported by Code Spell Checker

github.com/elm-tooling/elm-language-server - 2f12bec1960a8bf5a33c339df75a9b45e2ddb3ab authored over 5 years ago by Razzeee <[email protected]>
Merge branch 'master' into master

github.com/elm-tooling/elm-language-server - f79b39077697425817c88a2e267b22e2987a9986 authored over 5 years ago by Razzeee <[email protected]>
Keep workspaceSymbol return small using query string for search

github.com/elm-tooling/elm-language-server - e6caa42cef4b7243ef5607c9993848d0fb5c7069 authored over 5 years ago by Kolja Lampe <[email protected]>
Fixed typos

github.com/elm-tooling/elm-language-server - 827a0aea7ba941652e6a77c7a19e10b727b2b0d3 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Adding Travis configuration (#65)

Adding Travis configuration

github.com/elm-tooling/elm-language-server - 6b214dc06291fb44bdd005551448308280ac16a1 authored over 5 years ago by Razzeee <[email protected]>
Removed format:check, which no longer exists

github.com/elm-tooling/elm-language-server - 32482ff1f911e65e3f215b4f8a2b14fc1572769d authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Replaced format:check with tslint-check

github.com/elm-tooling/elm-language-server - 297fe84922e491843ce7c859c6de541c38c36f40 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Removing master only restriction

github.com/elm-tooling/elm-language-server - 13a81972d3812a837cd94a5fa6b471131cc62e87 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Writeable -> Writable

https://www.lexico.com/en/definition/writable

github.com/elm-tooling/elm-language-server - 8528349eb719659901cabb3aa1b6f9965a3d2515 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Added CI step that will ensure code is formatted

github.com/elm-tooling/elm-language-server - 6f7b207fc0bb56c365197497a71266c4dd95e5b4 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
- Fixed tslint rules

- Added pre-commit hook to fix formatting and prevent TSLint from being ignored

github.com/elm-tooling/elm-language-server - c6305df6bffbb57bfe8d45080581d48ee87376f0 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Removed specific node version

github.com/elm-tooling/elm-language-server - e619749b00730c2e6e5af8208bf5f2553a6219bb authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Trying to install node-gyp

github.com/elm-tooling/elm-language-server - 7ec8c10cece32fa3be6278b041bc29b1b955086b authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Changed install to npm ci

github.com/elm-tooling/elm-language-server - 7cbb4e4e80422f473c36c4a285b64a3139c88fcf authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Caching packages

github.com/elm-tooling/elm-language-server - e49824935e091c90fb2bb2a31860341a434b7a57 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Added travis configuration

github.com/elm-tooling/elm-language-server - 3aa2105a0432b5d8babdc1d6105c98150d8da844 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Merge pull request #64 from andys8/patch-4

Readme: Installation instructions containing npm

github.com/elm-tooling/elm-language-server - 61a52e519199c40724507a0e882799445f812548 authored over 5 years ago by Razzeee <[email protected]>
Readme: Installation instructions containing npm

github.com/elm-tooling/elm-language-server - 648e168165071e610a31da384611803c5b9f52da authored over 5 years ago by Andy <[email protected]>
Update dependencies and bump version

github.com/elm-tooling/elm-language-server - b5d3c6702be4bd3e3e6a2fa1d5480814cc148d08 authored over 5 years ago by Kolja Lampe <[email protected]>
Add glob module as a runtime dependency (#63)

Add glob module as a runtime dependency

github.com/elm-tooling/elm-language-server - b35e53db59f7d7df1fa848e4a4f7d2845e15af88 authored over 5 years ago by Razzeee <[email protected]>
Add glob module as a runtime dependency

github.com/elm-tooling/elm-language-server - ffb828dabaa544bfc3c3dc6a514d3a986c7d6421 authored over 5 years ago by antew <[email protected]>
kakoune capabilities table (#62)

* updated the kakoune capabilities table for elm-language-server

github.com/elm-tooling/elm-language-server - f24b381e994f553757e24d6f216cbb944d99cf12 authored over 5 years ago by bburdette <[email protected]>
Improve readme feature matrix some more

github.com/elm-tooling/elm-language-server - d8625335a05b7f648e23177912ac282bff626290 authored over 5 years ago by Kolja Lampe <[email protected]>
Better feature matrix

github.com/elm-tooling/elm-language-server - 3903dfc3fd402d9b6af1fda948f24e529dabef46 authored over 5 years ago by Kolja Lampe <[email protected]>
Empty commit to force CI rebuild

github.com/elm-tooling/elm-analyse - 2f7480c51426db35bb077cc6a8d2626a5672fdc6 authored over 5 years ago by Marek Fajkus <[email protected]>
Allow fixing a files and whole projects from the command line.

Fixing a file:
$ elm-analyse -f src/Main.elm
Or
$ elm-analyse --fix src/Main.elm

And for project...

github.com/elm-tooling/elm-analyse - 97e4ef0d193bfb3e1f5f6c6f00bc3588ecf12a75 authored over 5 years ago by antew <[email protected]>
Refactor to allow fixing all issues in a file, re-inspecting the file between each fix to make sure the edits are correct.

I tried fixing files from the bottom up, but ran into issues when there were multiple issues on o...

github.com/elm-tooling/elm-analyse - 3acbc2000575390f137aaac64586c5a2c504448b authored over 5 years ago by antew <[email protected]>
Change action name to `elmLS` namespace

github.com/elm-tooling/elm-language-server - 398ef5f6bf9cdfe1efa76fcceadc0ba10abb9e02 authored over 5 years ago by antew <[email protected]>
Merge pull request #57 from cappyzawa/patch/cappyzawa

Matched package info

github.com/elm-tooling/elm-language-server - b9a8f5b8010e892c471f686fdaa0224a4f623445 authored over 5 years ago by Razzeee <[email protected]>
Merge pull request #56 from bburdette/kakoune-config

Kakoune config

github.com/elm-tooling/elm-language-server - 86897702e805002d75658004f8c57acf2e962945 authored over 5 years ago by Razzeee <[email protected]>
add kak-lsp link

github.com/elm-tooling/elm-language-server - 3140815a0564710885e96ffb471395587f793151 authored over 5 years ago by Ben Burdette <[email protected]>
add kakoune section to the README.md

github.com/elm-tooling/elm-language-server - ce0b9dea23a5321e268ad1b555919381e55a5c39 authored over 5 years ago by Ben Burdette <[email protected]>
Add built files for lsp fixing

github.com/elm-tooling/elm-analyse - a49fdc50a4a7f4e16d18bf177fa519a78f79748d authored over 5 years ago by antew <[email protected]>
Update action name to more closely match the vscode naming scheme.

github.com/elm-tooling/elm-language-server - 38e7490c68f10026cb7a3e36be5885b5e96d3f7f authored over 5 years ago by antew <[email protected]>
Another unused import

github.com/elm-tooling/elm-analyse - 79bf45695476032dc12fac9b93ec457055e5f3e6 authored over 5 years ago by antew <[email protected]>
Fix event ordering, without this the first fix command would fail.

github.com/elm-tooling/elm-language-server - 22677b1649f7765a7a7cc4c422878fa5077fc67d authored over 5 years ago by antew <[email protected]>
Add completions for fields

github.com/elm-tooling/elm-language-server - 719cf0fa9fee2857007986a049686bb5c1ed2d90 authored over 5 years ago by Kolja Lampe <[email protected]>
Mention elm version

github.com/elm-tooling/elm-language-server - 1e1fbed1241da735f1de8bdb9695115ecbf4863d authored over 5 years ago by Kolja Lampe <[email protected]>
Extend `EventEmitter` from the `events` package rather than `ws` package

github.com/elm-tooling/elm-language-server - 95f75fc7c95916de50318af867a5111041614ef9 authored over 5 years ago by antew <[email protected]>
Format code with elm-analyse after applying elm-analyse fixes

github.com/elm-tooling/elm-language-server - ef55126306bd49d9e7d9cd00c076d884ab5a9977 authored over 5 years ago by antew <[email protected]>
Get it applying fixes by taking a diff of the old and new rather than replacing the whole file. I moved the code that the documentFormattingProvider was using for it into a util file so that both it and elm-analyse fixes can use it.

github.com/elm-tooling/elm-language-server - 4a805a094afb1c91cc32b8a6ba041b306ccdc825 authored over 5 years ago by antew <[email protected]>
WIP on code actions

Initial working version

Only show quick fix for fixable errors

Code cleanup
- Move elm-analyse...

github.com/elm-tooling/elm-language-server - 0a9ac457349dc29cc545cd3773efdd048a14cb53 authored over 5 years ago by antew <[email protected]>
Fix compiled files missing from npm package

github.com/elm-tooling/elm-language-server - 9e44a83c69e47dd017bb1158def599fcf4597514 authored over 5 years ago by Kolja Lampe <[email protected]>
Simplify code a bit

github.com/elm-tooling/elm-analyse - 39d7ab4e6fe359363de1cb71120c97a9764f0938 authored over 5 years ago by antew <[email protected]>
Update package lock to match 0.16.4 release

Update package-lock.json which is not aligned with package.json

github.com/elm-tooling/elm-analyse - 3219de1443db73721dc31d9ea998c9dc7fc70cd4 authored over 5 years ago by Marek Fajkus <[email protected]>
Fix type alias detection

github.com/elm-tooling/elm-language-server - d4bd6c0f981af1a1769080a6e2562946d00eb60b authored over 5 years ago by Kolja Lampe <[email protected]>
Allow unsubscribing from subscriptions, it is used in the language server when we get a request to run a fix, we make the quick fix request and wait for the modified file to come back through the port, and then unsubscribe to complete the loop.

github.com/elm-tooling/elm-analyse - d9fca2d47888f76c100af073cd03972f24a05b7c authored over 5 years ago by antew <[email protected]>
Align analyse message format

github.com/elm-tooling/elm-analyse - 129465594e08fcf5ae8630716c819e65d44d7fbb authored over 5 years ago by Razzeee <[email protected]>
Readd deleted settings

github.com/elm-tooling/elm-language-client-vscode - b2d6fac45e98dd4a2d2994fdeb012de148a0ed87 authored over 5 years ago by Kolja Lampe <[email protected]>
Update package.json for release

github.com/elm-tooling/elm-language-server - 346ea455a49493c721bda165faeb3a02150c3a85 authored over 5 years ago by Kolja Lampe <[email protected]>
Disable reference codelens for now

github.com/elm-tooling/elm-language-server - 90d249b00565b764c1211792fe9e22611c30b44a authored over 5 years ago by Kolja Lampe <[email protected]>
Extend readme a bit

github.com/elm-tooling/elm-language-server - 5aed1e4f731743046ed056300480485d59a148d4 authored over 5 years ago by Kolja Lampe <[email protected]>
Better hints for function parameters

github.com/elm-tooling/elm-language-server - f46966f17d0c823b89fd4327f86ce16bcba02aa3 authored over 5 years ago by Kolja Lampe <[email protected]>
Update install instructions for platform independence

github.com/elm-tooling/elm-language-server - f6109120d5a906c2c84ef1da661d6cbbcaca6cfc authored over 5 years ago by Razzeee <[email protected]>
Merge pull request #54 from jssee/jh/install-instructions

Add Install instructions to README

github.com/elm-tooling/elm-language-server - 63f5d23565d04038a3991ef224224ce41477d3f5 authored over 5 years ago by Razzeee <[email protected]>