Ecosyste.ms: OpenCollective

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

Clojure LSP

An implementation of the language server protocol (LSP) for Clojure
Collective - Host: opensource - https://opencollective.com/clojure-lsp - Website: https://clojure-lsp.io/ - Code: https://github.com/clojure-lsp

Release: v1.8.0

github.com/clojure-lsp/lsp4clj - 8e9898792a4c2b33b8388d5e201c675906bf9316 authored over 1 year ago by Eric Dallo <[email protected]>
Allow create work-done-progress without percentages, for report only.

github.com/clojure-lsp/lsp4clj - a8d1d22561fb999965b401902e40d62119281abc authored over 1 year ago by Eric Dallo <[email protected]>
Fix restructure-keys with :or (#1601)

Fixes 1583.

github.com/clojure-lsp/clojure-lsp - 9c0a947ad2f960401ebc8d8e9fbd5d6f8e5f082c authored over 1 year ago by Jacob Maine <[email protected]>
Avoid LSP errors when cleaning a file without namespaces.

Fixes #1603

github.com/clojure-lsp/clojure-lsp - 34053fb8c139681ba1cf84a3113c9ba35a58b361 authored over 1 year ago by Eric Dallo <[email protected]>
Decrease clj-kondo batch size

github.com/clojure-lsp/clojure-lsp - 308eff74e37125f3bcde0b7b450b5c60224a560b authored over 1 year ago by Eric Dallo <[email protected]>
Revamp keyword completion.

Fixes #1599

github.com/clojure-lsp/clojure-lsp - b318465bec4932b9e05ab1f2d6535c64441c07d0 authored over 1 year ago by Eric Dallo <[email protected]>
Update deps-lock.json (#1598)

Co-authored-by: ericdallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - 9e0417914bfc4e16420d3289cbd26e443a056d8d authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bump clj-kondo

github.com/clojure-lsp/clojure-lsp - 2124c1c3e0d2e3fcd00eb128fe55b0c0843111c4 authored over 1 year ago by Eric Dallo <[email protected]>
Support ignore unused-public-vars via `:linters :clojure-lsp/unused-public-var :exclude-when-contains-meta` clj-kondo setting.

github.com/clojure-lsp/clojure-lsp - 87ba9c6e5d78f2b4157d419e115310e72cea4ec2 authored over 1 year ago by Eric Dallo <[email protected]>
Slightly reduce OutOfMemory exceptions that may happen with the JVM version.

github.com/clojure-lsp/clojure-lsp - b09b8578938ae20427dc75a2a37b9bf41d964e8a authored over 1 year ago by Eric Dallo <[email protected]>
Fix integration tests

github.com/clojure-lsp/clojure-lsp - a5ec64db6657e3f8b9308448bed4aa7d306cdc4f authored over 1 year ago by Eric Dallo <[email protected]>
Add `score` to completion items for a better completion client sorting.

Fixes #1595

github.com/clojure-lsp/clojure-lsp - c800587841dd487cdb022950e6c577b39a211d95 authored over 1 year ago by Eric Dallo <[email protected]>
Update deps-lock.json (#1593)

Co-authored-by: ericdallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - a6f0e39f370075fc0ff6afddb458f4684bcce451 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Improve support for ClojureDart `.cljd` files.

Fixes #1589

github.com/clojure-lsp/clojure-lsp - 157387408d35710e7b5cb993711a2d176021bdca authored over 1 year ago by Eric Dallo <[email protected]>
Fix windows integration tests

github.com/clojure-lsp/clojure-lsp - ae5a1a694f7c4c2640991fc7f4688c82df12b993 authored over 1 year ago by Eric Dallo <[email protected]>
Fix windows tests for references api

github.com/clojure-lsp/clojure-lsp - 4fd5e0c943fa437707b6df09b06b252a3b9351f9 authored over 1 year ago by Eric Dallo <[email protected]>
Invert and on kondo for performance

github.com/clojure-lsp/clojure-lsp - 3644a5d24fe8d3ddac2db7e77b51672012edffc6 authored over 1 year ago by Eric Dallo <[email protected]>
Fix code-actions refer when no refer found

github.com/clojure-lsp/clojure-lsp - 1e2a066a6c908139ef2e5bfa4d3d6ea40609f00c authored over 1 year ago by Eric Dallo <[email protected]>
Fix full qualified namespace (#1591)

* fixing full-qualified-namespace collors

* adding tests

* updating CHANGELOG

github.com/clojure-lsp/clojure-lsp - cf17a5576619a26873e49f742d47df98b16ae3ec authored over 1 year ago by Victor Carvalho <[email protected]>
Fix test for windows

github.com/clojure-lsp/clojure-lsp - 6b97ef7d677ec0d19d70a8d625efa7722beeb0fc authored over 1 year ago by Eric Dallo <[email protected]>
New feature: Find all references via API and CLI.

Fixes #1572

github.com/clojure-lsp/clojure-lsp - 15ba575a136fe52e9a259801a77e1d138891a32a authored over 1 year ago by Eric Dallo <[email protected]>
Update deps-lock.json (#1588)

Co-authored-by: ericdallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - 804b51d6e699d69a916660dce9c51302349c0f49 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bump clj-kondo

github.com/clojure-lsp/clojure-lsp - e868cc9de393904245eb00a8d3aa4d84f4fa0551 authored over 1 year ago by Eric Dallo <[email protected]>
Add document-symbol to skipped features

github.com/clojure-lsp/clojure-lsp - 41e4240b2c87cca9a803d83bd8ff4bea56f65dc1 authored over 1 year ago by Eric Dallo <[email protected]>
Improve `:paths-ignore-regex` to ignore features avoiding impact in huge files that are intented to be excluded.

github.com/clojure-lsp/clojure-lsp - 4127f9ebc0e69816d3d881fbc746013aa7b65c49 authored over 1 year ago by Eric Dallo <[email protected]>
docs: Fix wrong setting name

Fixes #1555

github.com/clojure-lsp/clojure-lsp - d37f01bb16ae26810412a0e4c7b1d80ab2dfcd10 authored over 1 year ago by Eric Dallo <[email protected]>
Check for defined-by->lint-as as mentioned in https://github.com/clj-kondo/clj-kondo/issues/2063

github.com/clojure-lsp/clojure-lsp - feab532b2e0fc519c9ef27e9d5039ab21df11fb9 authored over 1 year ago by Eric Dallo <[email protected]>
Consider :or bindings on references

Fixes #1562

github.com/clojure-lsp/clojure-lsp - 5cd3f49502c5be5b9ee6fb546d5012f540e443c1 authored over 1 year ago by Eric Dallo <[email protected]>
Update deps-lock.json (#1577)

Co-authored-by: ericdallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - 34b957fa640eb66fea1726c30b3941f994a16d70 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix integrationtests

github.com/clojure-lsp/clojure-lsp - 8bd9f0fb1687cc4b13d2076292a18c8e9c2bb0d6 authored over 1 year ago by Eric Dallo <[email protected]>
Bump db/version

github.com/clojure-lsp/clojure-lsp - 4d4c629f4059cf5d84d2c167b302cf7fab68d389 authored over 1 year ago by Eric Dallo <[email protected]>
Check for java class usages with method name

github.com/clojure-lsp/clojure-lsp - 43b2d6f50555a5e2268fc664bb8f083c0437e95e authored over 1 year ago by Eric Dallo <[email protected]>
Bump clj-kondo fixing tests

github.com/clojure-lsp/clojure-lsp - 98342f0360e934fcc9ecbc4072735798b7297c74 authored over 1 year ago by Eric Dallo <[email protected]>
Comment tests of reestructure keys not passing after clj-kondo bump

github.com/clojure-lsp/clojure-lsp - cd43bd89bb19b9411085be48afab86204580d8ce authored over 1 year ago by Eric Dallo <[email protected]>
Add new code actions to replace refer-all

Fixes #1575

github.com/clojure-lsp/clojure-lsp - 4baf110e5d84279e4dcc1f8f7be2eb89bb9048c1 authored over 1 year ago by Eric Dallo <[email protected]>
Bump clj-kondo

github.com/clojure-lsp/clojure-lsp - f21ecb0d643acc8536cceef93ab9d5edad86a685 authored over 1 year ago by Eric Dallo <[email protected]>
Add support for code lens

github.com/clojure-lsp/clojure-lsp-intellij - ad2db184c8a50147987adfc88c24fef051857f68 authored over 1 year ago by Eric Dallo <[email protected]>
Implement textDocument/formatting

github.com/clojure-lsp/clojure-lsp-intellij - e851c63d0c146ab1b221187d3eced4b4c6f61b2a authored over 1 year ago by Eric Dallo <[email protected]>
Fix classpath build for clojure-lsp

github.com/clojure-lsp/clojure-lsp-intellij - 94b49187cd28f7231ce8011ec346ae7541a7d2c9 authored over 1 year ago by Eric Dallo <[email protected]>
Move PsiElement to own ns

github.com/clojure-lsp/clojure-lsp-intellij - 15a2ce22aa67b18aad9045768fe94d766dde7fad authored over 1 year ago by Eric Dallo <[email protected]>
Add support to `textDocument/references`

github.com/clojure-lsp/clojure-lsp-intellij - e6a76eb821b4420af891b0f717ded2d647f86aa3 authored over 1 year ago by Eric Dallo <[email protected]>
Update project to work with latest intelliJ

github.com/clojure-lsp/clojure-lsp-intellij - cb8bd7b503e4658190fdca2e186eb36d48a0d440 authored over 1 year ago by Eric Dallo <[email protected]>
fix typos in settings.md (#1571)

github.com/clojure-lsp/clojure-lsp - 5e3584014f2ac9c13a877dfd7984383346d81609 authored over 1 year ago by shaun <[email protected]>
Update deps-lock.json (#1570)

Co-authored-by: ericdallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - 4288820bfdd52c67f5e3a0cf8bc4745a17cd9fcd authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumped lambdaisland/kaocha from 1.82.1306 to 1.83.1314. (#1566)

Inspect dependency changes here: https://github.com/lambdaisland/kaocha/blob/v1.83.1314/CHANGELO...

github.com/clojure-lsp/clojure-lsp - c67645bb1c2e96a1e89630d3e4dfd22d9c97de0a authored over 1 year ago by Clojure LSP bot <[email protected]>
Update deps-lock.json (#1567)

Co-authored-by: ericdallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - 4d85489472df5495120f6edbc8c380d7c775c2b8 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add minimal readme with capabilities

github.com/clojure-lsp/clojure-lsp-intellij - 1598e263d53f9ffcf55170d6d9e8e4c6a3694891 authored over 1 year ago by Eric Dallo <[email protected]>
Improve client capabilities

github.com/clojure-lsp/clojure-lsp-intellij - 73c62682cd891a4b9ac201fa44c98bc502b8c380 authored over 1 year ago by Eric Dallo <[email protected]>
Fix offset of diagnostics

github.com/clojure-lsp/clojure-lsp-intellij - 1364b2ebc0fa49b5b7553f6fd8be814b794761d8 authored over 1 year ago by Eric Dallo <[email protected]>
Implement hover basic support

github.com/clojure-lsp/clojure-lsp-intellij - e9631ccbfb876353dfa866f8779a6202ff5c28d4 authored over 1 year ago by Eric Dallo <[email protected]>
First implementation supporting diagnostics

github.com/clojure-lsp/clojure-lsp-intellij - 03846ad3b270354f719c273c50dbc547073a12fd authored over 1 year ago by Eric Dallo <[email protected]>
Add action to restart server on status bar

github.com/clojure-lsp/clojure-lsp-intellij - 3286a6fbf8d9faa033ec4e2c93030c7fa76ac97e authored over 1 year ago by Eric Dallo <[email protected]>
Use ClojureKit as syntax highlighter only

github.com/clojure-lsp/clojure-lsp-intellij - 0801b28a98827be0d3109da061c3830d59250380 authored over 1 year ago by Eric Dallo <[email protected]>
Implement didOpen and didClose

github.com/clojure-lsp/clojure-lsp-intellij - 0e509d36d9ae137ebfdcc3d0d7b4a982e389dd9b authored over 1 year ago by Eric Dallo <[email protected]>
Add startup nrepl connection

github.com/clojure-lsp/clojure-lsp-intellij - 91211c5ab0370bbeab554a4f75932e087c381eec authored over 1 year ago by Eric Dallo <[email protected]>
Setup progress indicator on server startup

github.com/clojure-lsp/clojure-lsp-intellij - 379dba6dbd927f89e685cb59c77ed5f9619613ba authored over 1 year ago by Eric Dallo <[email protected]>
Finish server <-> client integration

github.com/clojure-lsp/clojure-lsp-intellij - c9d32cf415632b0ef6af4c61c813d2e144965a30 authored over 1 year ago by Eric Dallo <[email protected]>
Change status bar icon on lsp connect

github.com/clojure-lsp/clojure-lsp-intellij - ada0f2669b8ec2face6dad7bf7a8eddad68fe9db authored over 1 year ago by Eric Dallo <[email protected]>
docs: correct settings link (#1568)

github.com/clojure-lsp/clojure-lsp - 90ef5f217088408321bc30fad6b1509f067af257 authored over 1 year ago by Ellis Kenyő <[email protected]>
Bumped babashka/process from 0.4.16 to 0.5.18. (#1565)

Inspect dependency changes here: https://github.com/babashka/process/blob/v0.5.18/CHANGELOG.md
...

github.com/clojure-lsp/clojure-lsp - 03281944a50e6c3b9db7cb46f1bf325769a04004 authored over 1 year ago by Clojure LSP bot <[email protected]>
Update flake.nix to build with bb (#1552)

* Update flake.nix to build with bb

Uses workaround to install required bb dependencies (cloj...

github.com/clojure-lsp/clojure-lsp - a38e6bc04a36ef0ffbcf4b88cbf3b4f07dd09594 authored over 1 year ago by ikappaki <[email protected]>
Release: 1.3.23

github.com/clojure-lsp/lein-clojure-lsp - d69278b738695dfd783db14242c3ca6f579e66bd authored over 1 year ago by Clojure LSP Bot <[email protected]>
Bump to version: 2023.05.04-19.38.01

github.com/clojure-lsp/homebrew-brew - e63637f0f075cbc29ad13eaf1a9192dfcbd78f81 authored over 1 year ago by Clojure LSP Bot <[email protected]>
Bump to version: 2023.05.04-19.38.01

github.com/clojure-lsp/setup-clojure-lsp - 59027f42e4bea3aed7d171bbd7bb568eff97c2a7 authored over 1 year ago by Clojure LSP Bot <[email protected]>
Release: 2023.05.04-19.38.01

github.com/clojure-lsp/clojure-lsp - 0f530e0283b6ab763dabefa0154a23ce0aec98b7 authored over 1 year ago by Eric Dallo <[email protected]>
Bump clj-kondo

github.com/clojure-lsp/clojure-lsp - 0d42c81199651949743f47e30651b8ef16235cb3 authored over 1 year ago by Eric Dallo <[email protected]>
fix compilation error

github.com/clojure-lsp/clojure-lsp - c1f4bd19d59740e8d591d8118a7aac5e8daf4684 authored over 1 year ago by Eric Dallo <[email protected]>
Fix edn tree to handle invalid edn code and not throw exceptions while typing code.

github.com/clojure-lsp/clojure-lsp - 43b3054d48b27ec002f878fe18ee19e9fa3f164b authored over 1 year ago by Eric Dallo <[email protected]>
Use hotfix1 fixing memory issues

github.com/clojure-lsp/lein-clojure-lsp - b1ff1a6e55d0dffda58b0672ee847605fa1b2b30 authored over 1 year ago by Eric Dallo <[email protected]>
Avoid enabling unecessary analysis features for API/CLI lint, improving memory usage

github.com/clojure-lsp/clojure-lsp - 9e6077068a11bbd4b66c8f1c38404fae5306b3eb authored over 1 year ago by Eric Dallo <[email protected]>
Add property based tests for edn files

github.com/clojure-lsp/clojure-lsp - 21e5cd195e7f2d4f849e95622bd7abc89075b77f authored over 1 year ago by Eric Dallo <[email protected]>
Increase linux integration-tests timeout

github.com/clojure-lsp/clojure-lsp - 1566c59ed33193d46940d493defaaf61b1fb96af authored over 1 year ago by Eric Dallo <[email protected]>
Bump db/version

github.com/clojure-lsp/clojure-lsp - 85eb3084bef1694e80efc8b49209acf0bf83a971 authored over 1 year ago by Eric Dallo <[email protected]>
Fix edn tree to consider vector root nodes.

Fixes #1557

github.com/clojure-lsp/clojure-lsp - 400baa655745f716f8f81f216173abd67f057743 authored over 1 year ago by Eric Dallo <[email protected]>
Fix edn tree to consider symbols.

Fixes #1556

github.com/clojure-lsp/clojure-lsp - 27c6ddc05a08ed1ac2851c36b0188eb5bef0e252 authored over 1 year ago by Eric Dallo <[email protected]>
Release: 1.3.21

github.com/clojure-lsp/lein-clojure-lsp - 9144a8541f5900da7ac3ff77fb478adcaff3cd9e authored over 1 year ago by Clojure LSP Bot <[email protected]>
Bump to version: 2023.04.19-12.43.29

github.com/clojure-lsp/homebrew-brew - 3e2c5a9b5858da597b0ea79f6ac620f6c16d790d authored over 1 year ago by Clojure LSP Bot <[email protected]>
Bump to version: 2023.04.19-12.43.29

github.com/clojure-lsp/setup-clojure-lsp - bcb1b36e72ca6b08da17f88740cc4eccc405a051 authored over 1 year ago by Clojure LSP Bot <[email protected]>
Release: 2023.04.19-12.43.29

github.com/clojure-lsp/clojure-lsp - 4448954d9fecff4b777abbcdb4c606305a60ff27 authored over 1 year ago by Eric Dallo <[email protected]>
Bump clj-kondo to 2023.04.15-20230418.173453-3

github.com/clojure-lsp/clojure-lsp - 023d2d3e1c27ad40f2137d09ddef8e5bc0349113 authored over 1 year ago by Eric Dallo <[email protected]>
Improve java db cache consistency + analysis performance

github.com/clojure-lsp/clojure-lsp - d59234127ff03ac5b89181a7567650009b4040fa authored over 1 year ago by Eric Dallo <[email protected]>
Merge branch 'document-symbols-keyword'

github.com/clojure-lsp/clojure-lsp - ecefc9218f0db5bf193b951ac571ffdc4ce7973b authored over 1 year ago by Eric Dallo <[email protected]>
Add document-symbol tree for edn keywords

github.com/clojure-lsp/clojure-lsp - c57a4964ae1fc8075a1d9cde7a4b30ab9dc69cbe authored over 1 year ago by Eric Dallo <[email protected]>
Add support for :output {:langs true} in clj-kondo (#1548)

github.com/clojure-lsp/clojure-lsp - 60d67cca59f0747e8b68802157afbe7f61440c7f authored over 1 year ago by Michiel Borkent <[email protected]>