Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clojure-lsp/clojure-lsp
Clojure & ClojureScript Language Server (LSP) implementation
https://github.com/clojure-lsp/clojure-lsp
clj clojure clojure-lsp graalvm language-server lsp lsp-support native-binaries refactorings
Last synced: 16 days ago
JSON representation
Clojure & ClojureScript Language Server (LSP) implementation
- Host: GitHub
- URL: https://github.com/clojure-lsp/clojure-lsp
- Owner: clojure-lsp
- License: mit
- Created: 2018-03-28T06:52:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T14:46:01.000Z (7 months ago)
- Last Synced: 2024-05-19T18:03:32.591Z (6 months ago)
- Topics: clj, clojure, clojure-lsp, graalvm, language-server, lsp, lsp-support, native-binaries, refactorings
- Language: Clojure
- Homepage: https://clojure-lsp.io
- Size: 31.7 MB
- Stars: 1,126
- Watchers: 19
- Forks: 149
- Open Issues: 149
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- stars - clojure-lsp/clojure-lsp - Clojure & ClojureScript Language Server (LSP) implementation \[*MIT License*\] (⭐️1172) (Clojure)
- stars - clojure-lsp/clojure-lsp - Clojure & ClojureScript Language Server (LSP) implementation \[*MIT License*\] (⭐️1172) (Clojure)
README
![CI](https://img.shields.io/github/actions/workflow/status/clojure-lsp/clojure-lsp/ci.yml?style=flat-square&branch=master)
[![Clojars Project](https://img.shields.io/clojars/v/com.github.clojure-lsp/clojure-lsp.svg)](https://clojars.org/com.github.clojure-lsp/clojure-lsp)
[![cljdoc](https://cljdoc.org/badge/com.github.clojure-lsp/clojure-lsp)](https://cljdoc.org/d/com.github.clojure-lsp/clojure-lsp)
[![Slack community](https://img.shields.io/badge/Slack-chat-blue?style=flat-square)](https://clojurians.slack.com/archives/CPABC1H61)
[![Github stars](https://img.shields.io/github/stars/clojure-lsp/clojure-lsp?style=social)](https://github.com/clojure-lsp/clojure-lsp)# clojure-lsp
A [Language Server](https://microsoft.github.io/language-server-protocol/) for Clojure(script). Taking a Cursive-like approach of statically analyzing code.
homepage •
features •
installation •
settings •
clients •
troubleshooting •
support us
## Overview
The goal of this project is to bring great editing tools for Clojure/Clojurescript to all editors and programatically via its CLI and API.
It aims to work alongside you to help you navigate, identify and fix errors, perform refactors and much more!You will get:
- **Autocomplete**
- **Jump to definition/implementation**
- **Find references**
- **Renaming**
- **Code actions**
- **Errors**
- **Automatic ns cleaning**
- **Lots of Refactorings**
- **Code lens**
- **Semantic tokens (syntax highlighting)**
- **Call hierarchy**
- **Java interop**For all available documentation, check the official [website](https://clojure-lsp.io/).
Also, clojure-lsp doesn't need to run only with an editor, for more information check the [Outside editor (API)](https://clojure-lsp.io/api/what-is-it) section.
---
## ContributionContributions to `clojure-lsp` are very welcome! You can open an issue or a PR and we will love to help.
---
## Support the project`clojure-lsp` has more than __30.000__ lines of code, to keep all of this working, we need to help the community with a lot of issues and implement new features. As a LSP server, this project is the base for Clojure clients like Emacs(lsp-mode), VSCode(Calva), vim and other editors.
You can help us keep going and improving it by **[supporting the project](https://github.com/sponsors/clojure-lsp)**, the support helps to keep the project going and being updated and maintained.
:rocket: Thank you to [Clojurists Together](https://www.clojuriststogether.org/) which [sponsored this project during Q3 2021](https://www.clojuriststogether.org/news/q3-2021-funding-announcement/) and [Q1 2022](https://www.clojuriststogether.org/news/q1-2022-funding-announcement/) :rocket:
### Gold sponsors
No Gold sponsors at the moment
### Sponsors
[![](https://opencollective.com/clojure-lsp/tiers/sponsor.svg)](https://opencollective.com/clojure-lsp)
[![](https://opencollective.com/clojure-lsp/tiers/backer.svg)](https://opencollective.com/clojure-lsp)
_Special thanks to [Eccentric-J](https://eccentric-j.com/) for the `clojure-lsp` logo_