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

Refactor execute-command to use java->clj

github.com/clojure-lsp/clojure-lsp - 024b75efd7de9f82b38d4d7991ba61f0173e33bf authored almost 4 years ago by Eric Dallo <[email protected]>
Fix clean-ns import spacing

github.com/clojure-lsp/clojure-lsp - ec1f035c9c2649fd2bee25b9d3795a4280b06dee authored almost 4 years ago by Eric Dallo <[email protected]>
Remove unused log/info

github.com/clojure-lsp/clojure-lsp - bb05177e47c9498c442d7f0226957b90782a7626 authored almost 4 years ago by Eric Dallo <[email protected]>
Added diagnostics and got kondo working again

github.com/clojure-lsp/clojure-lsp - eb96b3ac10062dc2b8f34cf50225d46978517982 authored almost 4 years ago by Case Nelson <[email protected]>
Allow multiple code actions on same line

github.com/clojure-lsp/clojure-lsp - 856910f1391c965b66ee51d298361dd75761b0bc authored almost 4 years ago by Eric Dallo <[email protected]>
Use java->clj instead of debeaner

github.com/clojure-lsp/clojure-lsp - 490b16a45e07e28f84295d2a3a082269869fb401 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix java unwrap to remove nil values

github.com/clojure-lsp/clojure-lsp - b100b1b623ddfde9d64e5074f481feda46af65d7 authored almost 4 years ago by Eric Dallo <[email protected]>
Check code lens using the diagnostic range

Fixes #259

github.com/clojure-lsp/clojure-lsp - 1dc192ee3b4b4862bd7c1da8081667383811d488 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix add missing import code actions after refactor

github.com/clojure-lsp/clojure-lsp - 9ac93a7e2dd8b4f30bb9548bdecbd1ab8e5df1ad authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] bump auto bump deps GH action

github.com/clojure-lsp/clojure-lsp - fc67eb8d9142e9501bd4f76dafd23145b0c02324 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] Fix release action

github.com/clojure-lsp/clojure-lsp - 5d978d6975a27b20380cb61e876dc5f28d1a0dd7 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #258 from clojure-lsp/references-refactor

References refactor

github.com/clojure-lsp/clojure-lsp - fb78131174f62d5b6d93900da64095d82da3d3f9 authored almost 4 years ago by Eric Dallo <[email protected]>
Add support for includeDeclaration

github.com/clojure-lsp/clojure-lsp - e3219e50ba6745029529a4e020c92141fbefde98 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] Fix release on branchs

github.com/clojure-lsp/clojure-lsp - 5d67c0d2cf3c904c198712a89aed24db1f469235 authored almost 4 years ago by Eric Dallo <[email protected]>
Use j/from-java

github.com/clojure-lsp/clojure-lsp - 8b75de3638f62ef5ad6fe86ee10944b11dde2ac9 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] Fix release action

github.com/clojure-lsp/clojure-lsp - cdd9b61e7a79d03f3bcb2991eff60386aca232bd authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] Fix release script

github.com/clojure-lsp/clojure-lsp - a18e5bb5661cdd49de23864991f4372c55f02f49 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #256 from clojure-lsp/add-code-lens-resolve

Add code lens resolve support

github.com/clojure-lsp/clojure-lsp - f612221440a74b7b2c7a3fa349bbf2352404b13a authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #254 from clojure-lsp/dependencies/clojure/org.eclipse.xtend/org.eclipse.xtend.lib-2.25.0.M1

Bump org.eclipse.xtend/org.eclipse.xtend.lib from 2.24.0 to 2.25.0.M1

github.com/clojure-lsp/clojure-lsp - 2ef87838728e6d8f4d2514e72909b5683d61a364 authored almost 4 years ago by Eric Dallo <[email protected]>
Bump org.eclipse.xtend/org.eclipse.xtend.lib from 2.24.0 to 2.25.0.M1

github.com/clojure-lsp/clojure-lsp - 1f17bf4bdff387355a6cd483117b17cd401b25fb authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[CI] Remove auto release

github.com/clojure-lsp/clojure-lsp - 3a3f50987803912d8dff310314f59cc156228976 authored almost 4 years ago by Eric Dallo <[email protected]>
Update capabilities.md

github.com/clojure-lsp/clojure-lsp - 3d0f00897ca26f57eb470da0fe10e2407aee1d60 authored almost 4 years ago by Eric Dallo <[email protected]>
Refactor code removing code action source to transform

github.com/clojure-lsp/clojure-lsp - 4c47be3dc05eabbac38dcb0010b4421c9d0cebe3 authored almost 4 years ago by Eric Dallo <[email protected]>
Add j/from-java and refactor code action to use

github.com/clojure-lsp/clojure-lsp - 8a4bad2638a71d9991ad361493f7854971478b7b authored almost 4 years ago by Eric Dallo <[email protected]>
Migrate add-missing-import to resolve code action

github.com/clojure-lsp/clojure-lsp - 72a9ef6acd94efdf02cc39020458bf7bb68eb096 authored almost 4 years ago by Eric Dallo <[email protected]>
Migrate add-missing-require to resolve code action

github.com/clojure-lsp/clojure-lsp - 72fdf82c6c5050e8986773f5e8fa69c3256a304e authored almost 4 years ago by Eric Dallo <[email protected]>
Add support for resolve code actions

github.com/clojure-lsp/clojure-lsp - fd1df937fab91ea0ae127891350897cf5b0b96b8 authored almost 4 years ago by Eric Dallo <[email protected]>
move code actions tests to its own ns

github.com/clojure-lsp/clojure-lsp - 38a7edeb5c3e96851757a1025edf12e4a00c94d6 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #246 from clojure-lsp/improve-lookup-message

Improve lookup message to client

github.com/clojure-lsp/clojure-lsp - 0f29878cef021606377c16fb589dad87c065c611 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #249 from clojure-lsp/clean-unused-imports

Support clean unused imports

github.com/clojure-lsp/clojure-lsp - a9e23bd93c842473346a3e35d979125732e1df77 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #253 from danieltdt/repl-port

Read .nrepl-port file

github.com/clojure-lsp/clojure-lsp - 2f1cd656d201e8af9c7912e9a3f2122e25168e14 authored almost 4 years ago by Eric Dallo <[email protected]>
feat: read .nrepl-port file

github.com/clojure-lsp/clojure-lsp - 588ad4943219316022ee2d39f4e2e628502c8460 authored almost 4 years ago by Daniel Teixeira <[email protected]>
Merge remote-tracking branch 'origin/master' into kondo-analysis

github.com/clojure-lsp/clojure-lsp - 66b1ab9cf4a93430274248d918a088deee16e73c authored almost 4 years ago by Case Nelson <[email protected]>
Merge pull request #251 from bpringe/prevent_orphaned_processes

Prevent orphaned server processes

github.com/clojure-lsp/clojure-lsp - 384213a733e54781158b4bc97ae3b17cc93d154c authored almost 4 years ago by Eric Dallo <[email protected]>
Use core async go block instead of future for liveness check

github.com/clojure-lsp/clojure-lsp - 1a7385596373590b484527d939d92afca4b65bbd authored almost 4 years ago by Brandon Ringe <[email protected]>
Add parent process liveness check for Windows

github.com/clojure-lsp/clojure-lsp - 8736df963e255c0169de901da2cb443e919188ff authored almost 4 years ago by Brandon Ringe <[email protected]>
Make process-alive? private

Co-authored-by: Eric Dallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - fbbcb36f04fa93453bb81c244f251b0abfb99806 authored almost 4 years ago by Brandon Ringe <[email protected]>
Make start-parent-process-liveness-probe! private

Co-authored-by: Eric Dallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - 1dfbdb6b62159888b1e9a285670b0e151eceb8ec authored almost 4 years ago by Brandon Ringe <[email protected]>
Add parent process liveness probe

Exit server gracefully if parent process is not alive

github.com/clojure-lsp/clojure-lsp - 5a96675646cab430615ce75cb2bf6e7ae75fb92a authored almost 4 years ago by Brandon Ringe <[email protected]>
WIP checkpoint, getting errors with client

github.com/clojure-lsp/clojure-lsp - a1ee3756c88b70609befc5bce5ca0b11a92770f1 authored almost 4 years ago by Case Nelson <[email protected]>
[docs] Update badges

github.com/clojure-lsp/clojure-lsp - 9e44c2b6f5fffbd0e30e2f66b489da59577082f6 authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] add slack badge

github.com/clojure-lsp/clojure-lsp - 4f3ae5f0b6db4c7e984d0bcb51236c4ef6000b0d authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] Improve docs links

github.com/clojure-lsp/clojure-lsp - 544c706c7b83832eaeeaabea4952896827a4550e authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] Update mkdocs to use docs-image

github.com/clojure-lsp/clojure-lsp - a76d9524267c7f343b8d0b5c9cb7c59f262224c7 authored almost 4 years ago by Eric Dallo <[email protected]>
Create docs image

github.com/clojure-lsp/docs-image - 457623d04140f2d8cbf760851b1296882b869ee6 authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #248 from dcfrankel/mkdocs-doc-cleanup

Use MkDocs to Generate Website Assets

github.com/clojure-lsp/clojure-lsp - 3cac1412caa42d197a72e61cb3a7cd73eb5d222f authored almost 4 years ago by Eric Dallo <[email protected]>
Fix make command

github.com/clojure-lsp/clojure-lsp - 7f0d36926387cc72e355965c4ef31c06b4dff490 authored almost 4 years ago by dcfrankel <[email protected]>
Remove python manual install

github.com/clojure-lsp/clojure-lsp - c504f8dc653b58f6451e418a2fcc40b89a0a68e6 authored almost 4 years ago by dcfrankel <[email protected]>
Update Makefile

Co-authored-by: Eric Dallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - 09fa710ff09fce2baff1e0f26028d9d81d60758d authored almost 4 years ago by dcfrankel <[email protected]>
Update .github/workflows/docs.yml

Co-authored-by: Eric Dallo <[email protected]>

github.com/clojure-lsp/clojure-lsp - 090fae5b5cf275656b4af7039f2bc5d6e05e509a authored almost 4 years ago by dcfrankel <[email protected]>
Fix for doc github action

github.com/clojure-lsp/clojure-lsp - 61bf745cec4eb141b9391d9c25dc0952dda1d1f0 authored almost 4 years ago by dcfrankel <[email protected]>
Add a simple makefile for generating local documentation

github.com/clojure-lsp/clojure-lsp - 693752142f3f37b0a18468d9a5b70f19133a272f authored almost 4 years ago by dcfrankel <[email protected]>
Add github action for building and deploying website

github.com/clojure-lsp/clojure-lsp - 459bbbc53a280fd939a61f5c1db6996f36c56d79 authored almost 4 years ago by dcfrankel <[email protected]>
Fix minor bug spacing

github.com/clojure-lsp/clojure-lsp - 617d99df61c394cf62363610b3594d6bfecbf9cd authored almost 4 years ago by Eric Dallo <[email protected]>
Refactor common code between clean require and clean import

github.com/clojure-lsp/clojure-lsp - 9b0703bc93afa258bb7b58ea4a0c2b98317baa60 authored almost 4 years ago by Eric Dallo <[email protected]>
Move README back to the root level

github.com/clojure-lsp/clojure-lsp - da8659b32efcc8b80630c4b9de680d4363c6a64a authored almost 4 years ago by dcfrankel <[email protected]>
Use the third party material theme

github.com/clojure-lsp/clojure-lsp - c279ba6b7dd838bcde9c3cb39643d7961257f9f7 authored almost 4 years ago by dcfrankel <[email protected]>
Add clean-unused-imports feature to clean-ns

github.com/clojure-lsp/clojure-lsp - 7724f89b0bd872fccfda00c8e1bdc62bf22bcd1a authored almost 4 years ago by Eric Dallo <[email protected]>
Break up the README into separate subsections

I've gone ahead and moved the README from the parent level into the docs
directory. I've also le...

github.com/clojure-lsp/clojure-lsp - 29e4b2db5ab6f70ee6444f067d227ba75d3bc548 authored almost 4 years ago by dcfrankel <[email protected]>
Add basic mkdocs configuration yml

github.com/clojure-lsp/clojure-lsp - 6c193b383e7127511d9fcc5055dcaf10e6374357 authored almost 4 years ago by dcfrankel <[email protected]>
Fix clean-ns for single used require

github.com/clojure-lsp/clojure-lsp - a6e7ae32e3161e84cae8afd6e541dc9d2d8a8faf authored almost 4 years ago by Eric Dallo <[email protected]>
Fix check for add missing require/imports

Fixes #247

github.com/clojure-lsp/clojure-lsp - 2638dc471fa78d804dbed111ed7ceb77f2c9b30a authored almost 4 years ago by Eric Dallo <[email protected]>
Create FUNDING.yml

github.com/clojure-lsp/clojure-lsp - 438f42bcff684f909b1860d7920540e6d789422a authored almost 4 years ago by Eric Dallo <[email protected]>
Update README.md

github.com/clojure-lsp/clojure-lsp - 1de28531e5fbf2126cbcef07eb2a45d3daf78da0 authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] Add contribution and support the project sections

github.com/clojure-lsp/clojure-lsp - 019d0b02d8da703d4f6ffc9dfba13d9e383d75c1 authored almost 4 years ago by Eric Dallo <[email protected]>
Improve lookup message to client

github.com/clojure-lsp/clojure-lsp - d5469952b6669b724997a88046f322775cc9f24c authored almost 4 years ago by Eric Dallo <[email protected]>
Update README.md

github.com/clojure-lsp/clojure-lsp - bc497849792d27334156c3c01bbf505b8296b9fc authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #243 from clojure-lsp/performance-improvement

Performance improvement

github.com/clojure-lsp/clojure-lsp - 1bf06199f1e054ab0fb011a68f1f3f0abb2e937b authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #245 from clojure-lsp/dependencies/clojure/org.clojure/tools.reader-1.3.4

Bump org.clojure/tools.reader from 1.2.2 to 1.3.4

github.com/clojure-lsp/clojure-lsp - eea03936a4aa30bc22803f9b432c0db29a0bdaaf authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #244 from clojure-lsp/dependencies/clojure/org.clojure/tools.logging-1.1.0

Bump org.clojure/tools.logging from 0.3.1 to 1.1.0

github.com/clojure-lsp/clojure-lsp - 10b64ffc5887aa10a9b8ccfae8842f581bdc3317 authored almost 4 years ago by Eric Dallo <[email protected]>
Bump org.clojure/tools.reader from 1.2.2 to 1.3.4

github.com/clojure-lsp/clojure-lsp - 9581ed891154ac46f8b1fa2a8a082cba79227ffd authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bump org.clojure/tools.logging from 0.3.1 to 1.1.0

github.com/clojure-lsp/clojure-lsp - 0fb0747aaf93f7022acfc87763ded1eb675386b9 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[CI] Fix bump deps action

github.com/clojure-lsp/clojure-lsp - e2340ec25398a24fa867276113410f62a1871584 authored almost 4 years ago by Eric Dallo <[email protected]>
[CI] Add bump deps github action

github.com/clojure-lsp/clojure-lsp - 18b93376be7162958b8ee793f9659556c0ec1a48 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix performance issue introduced after #211

github.com/clojure-lsp/clojure-lsp - 9500cd6fbf9f9ed67e8c32bde820e6d1abf2305e authored almost 4 years ago by Eric Dallo <[email protected]>
Use nth instead of first

github.com/clojure-lsp/clojure-lsp - 68bf8063f4a91a8b224e7c30f6ac28598eb3c179 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix external namespace destructuring parse

Fixes #242

github.com/clojure-lsp/clojure-lsp - 2af339b70628476b679e27543d38c9ddf7eda26b authored almost 4 years ago by Eric Dallo <[email protected]>
Fix refers space after clean-ns

Also it sorts refers after clean and remove workaround from https://github.com/clj-commons/rewri...

github.com/clojure-lsp/clojure-lsp - 3a34e84d600a6830601348a7f2bea86a502bcfbf authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #241 from bpringe/fix/classpath-cmd_for_windows

Fix classpath-cmd modification for Windows

github.com/clojure-lsp/clojure-lsp - 1f5a4c4462b3d80700dfe3eae685be04994f2635 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix classpath-cmd modification for Windows

github.com/clojure-lsp/clojure-lsp - 3ea5570633c8d29c6e853010c4be2da3a412f207 authored almost 4 years ago by Brandon Ringe <[email protected]>
Merge pull request #239 from clojure-lsp/add-missing-import-code-action

Support for Add missing import code action

github.com/clojure-lsp/clojure-lsp - 0b24db0256a1ee1c5d92a8a9037aad8caa3fa7ff authored almost 4 years ago by Eric Dallo <[email protected]>
Support for Add missing import code action

github.com/clojure-lsp/clojure-lsp - e45260d0ff0259096994fb4d637cba2420f81b60 authored almost 4 years ago by Eric Dallo <[email protected]>
Add import to namespace refactoring

github.com/clojure-lsp/clojure-lsp - 10eb512a63acc2fd7006f3305834b58bb61ffab1 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix classpath lookup for windows

github.com/clojure-lsp/clojure-lsp - 1d8a0fb065cd44be14d3d169892df9aaed614459 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix spacing when adding a new require with keep-require-at-start?

github.com/clojure-lsp/clojure-lsp - 9890fec6f8a12aa689efcd013f60af82ebe3f0b1 authored almost 4 years ago by Eric Dallo <[email protected]>
Fix clean-ns when it needs to remove all requires

github.com/clojure-lsp/clojure-lsp - d19ce558304cb2f65031ec9ed2bcd3a71f54d6df authored almost 4 years ago by Eric Dallo <[email protected]>
Add link to Clojure guide

github.com/clojure-lsp/clojure-lsp - 8b62accd97b3a40829f889778ec904bb09bce45f authored almost 4 years ago by Eric Dallo <[email protected]>
Merge pull request #235 from clojure-lsp/improve-code-actions

Improve "add missing namespace" code action

github.com/clojure-lsp/clojure-lsp - 0efbc42acdf92e4d9de3980f87c31fe71ab91af7 authored almost 4 years ago by Eric Dallo <[email protected]>
Add namespace name on code actions returned

github.com/clojure-lsp/clojure-lsp - ece05f58ad77edc6dd38dd165be22f4e89babd4b authored almost 4 years ago by Eric Dallo <[email protected]>
Add code actions to add known refers

github.com/clojure-lsp/clojure-lsp - 07dbb05c1ff82c7818f991fa82230cb09b067b19 authored almost 4 years ago by Eric Dallo <[email protected]>
Add support for adding common refer requires

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

github.com/clojure-lsp/clojure-lsp - c4512aa2970f6d69d64798c8ab1bd0a0e9b2e3ee authored almost 4 years ago by Eric Dallo <[email protected]>
Add log when crawling dirs

github.com/clojure-lsp/clojure-lsp - f2218588d97cac6a3c457530511040e27f26ffd1 authored almost 4 years ago by Eric Dallo <[email protected]>
Set theme jekyll-theme-cayman

github.com/clojure-lsp/clojure-lsp - 6d7c816293a22f8613ec12e35d14747086db2887 authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] fix troubleshooting

github.com/clojure-lsp/clojure-lsp - ea2a4a4874aae5fb0320db2549add0e51835cbdb authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] update troubleshooting section

github.com/clojure-lsp/clojure-lsp - c4bc9bb9846e78ea327c13fa7ca29e6244668b10 authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] update clean-ns support

github.com/clojure-lsp/clojure-lsp - 79cae74eff7b2bc16f752ca6d0301e1b3d84f2ee authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] Add development section

github.com/clojure-lsp/clojure-lsp - 00882f883c932fd97a3e2ebaa2094c6af6d9ec5b authored almost 4 years ago by Eric Dallo <[email protected]>
[docs] Update docs

github.com/clojure-lsp/clojure-lsp - 8028a2ab3ec6e809463fdfcd8fcaa43cb76cd3c9 authored almost 4 years ago by Eric Dallo <[email protected]>