Ecosyste.ms: OpenCollective

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

github.com/clojure-lsp/clojure-lsp

Clojure & ClojureScript Language Server (LSP) implementation
https://github.com/clojure-lsp/clojure-lsp

Merge pull request #235 from clojure-lsp/improve-code-actions

Improve "add missing namespace" code action

0efbc42acdf92e4d9de3980f87c31fe71ab91af7 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix typo

8d69bc3fcbb916cd817f0788e2df241dcb4d5445 authored almost 4 years ago by Eric Dallo <[email protected]>
Add namespace name on code actions returned

ece05f58ad77edc6dd38dd165be22f4e89babd4b authored almost 4 years ago by Eric Dallo <[email protected]>
Add code actions to add known refers

07dbb05c1ff82c7818f991fa82230cb09b067b19 authored almost 4 years ago by Eric Dallo <[email protected]>
Add support for adding common refer requires

1ce92c6e4e5b3159e89a89c8edbd842687f460c0 authored almost 4 years ago by Eric Dallo <[email protected]>
Add support for adding common clojure core ns

c4512aa2970f6d69d64798c8ab1bd0a0e9b2e3ee authored almost 4 years ago by Eric Dallo <[email protected]>
Add log when crawling dirs

f2218588d97cac6a3c457530511040e27f26ffd1 authored almost 4 years ago by Eric Dallo <[email protected]>
Set theme jekyll-theme-cayman

6d7c816293a22f8613ec12e35d14747086db2887 authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] fix troubleshooting

ea2a4a4874aae5fb0320db2549add0e51835cbdb authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] update troubleshooting section

c4bc9bb9846e78ea327c13fa7ca29e6244668b10 authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] update clean-ns support

79cae74eff7b2bc16f752ca6d0301e1b3d84f2ee authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] Add development section

00882f883c932fd97a3e2ebaa2094c6af6d9ec5b authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] Update docs

8028a2ab3ec6e809463fdfcd8fcaa43cb76cd3c9 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] fix for ci gh action

048a21c8910bbc64a3cb56484d13563854b86471 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] don't generate release on docs change

990549f932030ec358706202f441845c0c13a7c4 authored almost 4 years ago by Eric Dallo <[email protected]>
[ci] remove brew auto bump

af730ccbbc0dd1d3f0c52417569d90a4aa967c12 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] fix brew tag

8617dc97f474238c8b2a0d481d3289a6fad07887 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] fix brew tag

f56c712625d0bd795c333c54212d475fa069551c authored almost 4 years ago by Eric Dallo <[email protected]>
[ci] move brew bump to release action

279bf1b311e8ab922755a950004e1763314647aa authored almost 4 years ago by Eric Dallo <[email protected]>
[ci] fix brew GA

874cb7b6d332e2972a47b34d093a08aa3307e544 authored almost 4 years ago by Eric Dallo <[email protected]>
[ci] fix brew GA

0e7274a0d4e95f36bd1e8f3d5c439ea09078d921 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] Add github action to bump brew formula

5a4c9a4968ab372257b22abe6136f7cbd7388b85 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #233 from clojure-lsp/improve-clean-ns

Improve clean ns

336af00f147021c94194d55e4850c2fd3d0adddd authored almost 4 years ago by Eric Dallo <[email protected]>
Allow clean refers not used

ba13fc6e133e51440189584416f8fa889dc73326 authored almost 4 years ago by Eric Dallo <[email protected]>
Improve clean-ns performance avoiding searching for references twice

aecfa33b3fcb37ea81ba7b2c3cac386d959efa09 authored almost 4 years ago by Eric Dallo <[email protected]>
Refactor tests arch

b0313cc870051071c9a48a66500cc8380ba7507a authored almost 4 years ago by Eric Dallo <[email protected]>
Fix bug when first require use a refer

059bd1ccdd41cfd6b79525c7f2ba8044f2660cdb authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #231 from PEZ/228-version-in-server-info

Add version in server-info map

9de9534fabc70f451891b04781a2c0b1b8da244d authored almost 4 years ago by Eric Dallo <[email protected]>
Add .cljfmt.edn settings for indenting ns forms

3916f155065eb858a425274ecbb2ecc6f56816ba authored almost 4 years ago by Peter Strömberg <[email protected]>
Add version to server-info map

Fixes #228

f6cf8059eb45c8ad4b48987339752d0591357335 authored almost 4 years ago by Peter Strömberg <[email protected]>
Add file path to hover documentation

6f716a89c56cb44063d454950024b22566431676 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #227 from clojure-lsp/call-hierarchy

Incoming Call hierarchy support

73fea5f6427d1e4868bbcfd904b2a830bf445c43 authored almost 4 years ago by Eric Dallo <[email protected]>
Update README

c1ff70c8ffd988f934a3c94bf5ea5efae8e4f785 authored almost 4 years ago by Eric Dallo <[email protected]>
Add support for incoming call hierarchy

d2feefe71927a1cf2f37ea27e4f50fcaa596adb5 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix corner cases for incomming calls

bc39d0ed7df803bde86dbcc7638e9ef6754f5484 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #226 from bpringe/fix/windows_path_issue

Fix jar file URIs to be compatibile with Windows and Unix

c1b43a69268881dfa853986097a980f4ab254db5 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix small merge mistake

15ef1571355987143bb39949ed081fe593a3b6af authored almost 4 years ago by Brandon Ringe <[email protected]>
Bump db version since we changed how jar paths are stored (extra slash after file:)

7792f56eb91dca1cca509985155f4105ff6fcc2f authored almost 4 years ago by Brandon Ringe <[email protected]>
Merge remote-tracking branch 'upstream/master' into fix/windows_path_issue

0364ed8e19acaec364e3d902d80e20660e9eca07 authored almost 4 years ago by Brandon Ringe <[email protected]>
Fix jar file URIs to be compatibile with Windows and Unix.

Bump db version so changes work with clients without removing db.

5cd80fa206bc894990ff84898078fb424e833ec3 authored almost 4 years ago by Brandon Ringe <[email protected]>
[ci] Fix release tag pattern

95169777e4c1c6ae8ae91ec74b7e82a85711d2b7 authored almost 4 years ago by Eric Dallo <[email protected]>
[ci] fix release pattern

cf111978b7f70e2e0492e12739270d1f01795c0a authored almost 4 years ago by Eric Dallo <[email protected]>
Improve release pattern and release windows bat file

26698eacfd9f0f0228c44874b83510af537301a6 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #225 from clojure-lsp/add-more-semantic-tokens

[semantic-tokens] Add more semantic tokens

4ba4c10d69f3a0e3d157b4c11999ff7cb387e6b4 authored almost 4 years ago by Eric Dallo <[email protected]>
Update README

3baf794462969055d9cfd63d9f0388b932548b61 authored almost 4 years ago by Eric Dallo <[email protected]>
Enable semantic tokens by default

7ea2b373df6747dc8e15e5dcbdaf851195b0db2e authored almost 4 years ago by Eric Dallo <[email protected]>
Add support for aliased and function tokens

f141d2a31b2435a12384ee49e4465bc9467ccea2 authored almost 4 years ago by Eric Dallo <[email protected]>
Add support for functions and variables defined on same ns

58ed349d10a6a117f8fc57361d24b882e9614398 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix code actions after refactoring

ec00cd032bddc15a2baa8540644bcaee5edff14f authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] Mention global settings and example

41cb55b9b92bfeb42aee9a3ccef3b61250fec75b authored almost 4 years ago by Eric Dallo <[email protected]>
[semantic-tokens] support range request

1f0c871bc9d5a877c962b8aa56ff326465c442f5 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #224 from clojure-lsp/refactor-ns

Refactor project arch

0719ce7eeea6bfd57c0884519679c20f3dabb11d authored almost 4 years ago by Eric Dallo <[email protected]>
move completion -> features folder

e2209b074da3e1e74bf6c462a8863e6c29429643 authored almost 4 years ago by Eric Dallo <[email protected]>
Migrate documentation -> features folder

d376ab9b5ba9e0448a9f28f401af47a3425bfc4a authored almost 4 years ago by Eric Dallo <[email protected]>
Migrate code actions -> features

ff98d03f338711eff25e49708cb55a6c9b8e1235 authored almost 4 years ago by Eric Dallo <[email protected]>
Rename features -> feature

0ea0330b8a7c560e1da93d85ceebce0e7cf99eb7 authored almost 4 years ago by Eric Dallo <[email protected]>
Migrate diagnostics to features folder

afc018bb2a103048e9b419a6add2905a602e47a9 authored almost 4 years ago by Eric Dallo <[email protected]>
Move semantic-tokens to features folder

9f7bd46863cd19d105a848398aeacbcc1a247dd9 authored almost 4 years ago by Eric Dallo <[email protected]>
Remvoe unused args

f8e2ceccf2dcc7e7bfcbda9f1dca21cbeb72c388 authored almost 4 years ago by Eric Dallo <[email protected]>
Refactor ns by feature

cb29982ebfc4f02829220d145b86944fab224d24 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #202 from anonimitoraf/completions-within-refer

Support text-completion within a `:refer`

ef3fae427a74498777020c68bea8f78496d397f2 authored almost 4 years ago by Eric Dallo <[email protected]>
Remove println from test

7da52bc6624389db68e200f2366dcef23f5632a6 authored almost 4 years ago by Eric Dallo <[email protected]>
Add log to crawled jars at project start

a005ab92244a830e1be0ecb84ae6d51ce851adfb authored almost 4 years ago by Eric Dallo <[email protected]>
Fix parser warning for empty macros

535cad68c88e52f16fe2be9e54d32299028e2618 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix document-symbols bug

402459d51665b2c31eb4f381592ce3cc85179a69 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix clean-ns for when cursor is not in a form

Fixes #221

29ed1983bce93521128f2803392ef7e39fe14a57 authored almost 4 years ago by Eric Dallo <[email protected]>
Remove unused deps from logging

78326c7c40345e8c86f655455c60999b54f3bc5c authored almost 4 years ago by Eric Dallo <[email protected]>
Support text-completion within `:refer`

e613d46e19c49a51d8bb309012beb50602d1810a authored almost 4 years ago by Rafael Nicdao <[email protected]>
Add clojure-lsp source for clojure-lsp manual linters

Fixes 116

a5eb85ed6addeb5e4096ce2945c55a035a5ba580 authored almost 4 years ago by Eric Dallo <[email protected]>
Remove clj-kondo duplicated linter for now

Fixes #199

5c8d0890567a118ea0540aeb0372fa4523ae0c6a authored almost 4 years ago by Eric Dallo <[email protected]>
Update README.md

2394f9f0d3f085767e6d59fe3f5529a862ef7058 authored almost 4 years ago by Eric Dallo <[email protected]>
Update README.md

fd7ae12a3c3d4f638bf22fd3371645254637986f authored almost 4 years ago by Eric Dallo <[email protected]>
Rename log file for better user understanding

5a21c56d19a9970bbb41b8bb3755b97aed7933b3 authored almost 4 years ago by Eric Dallo <[email protected]>
Improve hover docs for markdown and remove unused lsp tags from hover

c3c10efd882cf835ac3c3d0408aac3d5aad79eaf authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #219 from chenrui333/add-java-11-for-ci

workflows: add java 11 and 15 for CI

dc57be49576fb4069d520936fccdbbc9b7240258 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #220 from chenrui333/ci/update-lein-version

ci: update lein to v2.9.5

7f716e655458fd682f8ea4212e84cbe1575d6b11 authored almost 4 years ago by Eric Dallo <[email protected]>
ci: update lein to v2.9.5

Signed-off-by: Rui Chen <[email protected]>

746dadef0937a39a595872b62ed03b157a7353bd authored almost 4 years ago by Rui Chen <[email protected]>
ci: how about java 15

Signed-off-by: Rui Chen <[email protected]>

b5cdbb49e5dd6f13e9d76b1240234c26a3bf1552 authored almost 4 years ago by Rui Chen <[email protected]>
ci: switch back to checkout action v1

Signed-off-by: Rui Chen <[email protected]>

2b99fb79ac65d9f5672a23c81d5239ff11943827 authored almost 4 years ago by Rui Chen <[email protected]>
workflows: add java 11 for CI

Signed-off-by: Rui Chen <[email protected]>

6352e60430c7a43d658407cb70e81b2f645dd7ed authored almost 4 years ago by Rui Chen <[email protected]>
Fix expand-let for functions with args

Fixes #218

cb12307c5da31724a8a4355d921f8c0b6e943502 authored almost 4 years ago by Eric Dallo <[email protected]>
Parse maps as metadata on function declarations

Fixes #217

adf7aff0dd5782c3ae42bb6bb261a5a7b6776431 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #216 from snoe/add-semantic-tokens

Add basic support for semantic tokens

adeccf581b7eb29b781acbb6d314ae734fb11740 authored almost 4 years ago by Eric Dallo <[email protected]>
Change config default value for clojure-lsp

943fa4f5f9a32190f5785445fa0dfabc109c0aea authored almost 4 years ago by Eric Dallo <[email protected]>
Check core macros

566f95138a913faff3966733084f05dc2b35f909 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix settings get

8875ff0d69deba34e41f7cf2e6f71852ec715900 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix tests

8a91fdbb73e99bcb557525f8ff5d823ac251861b authored almost 4 years ago by Eric Dallo <[email protected]>
ADd variable to control semantic tokens

d8b88aa3ac256f92186054010a0ec4a3e6f0df9e authored almost 4 years ago by Eric Dallo <[email protected]>
Add macro tokens

4caa3d9f520151b5d4725d90f7749e83f26e073f authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #214 from bpringe/patch-1

Add Calva reference to readme.

fec4c9ac0c822558858432549352b261e72cff79 authored almost 4 years ago by Eric Dallo <[email protected]>
Add Calva reference to readme.

c5a11b506134327433f09f9e130b15d7a80f8b89 authored almost 4 years ago by Brandon Ringe <[email protected]>
Add refered tokens

bb7f57c5d210222b186d2e2983c149329ec4ae8c authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #211 from snoe/fix-duplicated-cljc-usages

Fix duplicated usages/references for cljc files

6f1e81e03d08269fa8764b726fc3a53c280e983d authored almost 4 years ago by Eric Dallo <[email protected]>
Change file-type to set of file-types

d9ac089a5c8988ebc1038c5f53ecd4d3ba06ac5d authored almost 4 years ago by Eric Dallo <[email protected]>
Bump libs

0922e301bf4c59f636b0c8e169d0154a39a81633 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] fix asset name

f9c1e70c99025c863f8dd016cf1f546f95073b22 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] add echo to CI

0ceafbf00f38e645effbaee2c67af2306384f08a authored almost 4 years ago by Eric Dallo <[email protected]>
Fix jar fetch

62d0b4fb2bf44c8552af15a574997c8ecb90b34f authored almost 4 years ago by Eric Dallo <[email protected]>
Add jar to generated release tag

423dbce6c0f1241d9093f932c9baceccfaf1029c authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #212 from snoe/fix-go-id

Fix go id for documentHighlight

d3ae40b19453f282b0d0a61f34a2532f39919233 authored almost 4 years ago by Eric Dallo <[email protected]>