Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cxxxr/cl-lsp

An implementation of the Language Server Protocol for Common Lisp
https://github.com/cxxxr/cl-lsp

common-lisp language-server-protocol

Last synced: 5 days ago
JSON representation

An implementation of the Language Server Protocol for Common Lisp

Awesome Lists containing this project

README

        

# CL-LSP
CL-LSP is an implementation of the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) (LSP) for Common Lisp.

## Getting Started

1. Get CL-LSP Installed

1. Install [roswell](https://github.com/roswell/roswell/)

2. Then install `CL-LSP`: `$ ros install lem-project/lem cxxxr/cl-lsp`

3. Verfiy installation: `~/.roswell/bin/cl-lsp`.

2. Configure your editor to use CL-LSP. See below for more information about editor integration.

3. Enjoy!

# Visual Studio Code

Depends `CL-LSP` on [vscode-lisp](https://github.com/mattn/vscode-lisp). See [vscode](vscode) for more information about Visual Studio Code integration.

## Status

CL-LSP is still in early development, so you may run into rough edges with any of the features. The following table shows the status of various features when using the latest development toolchain snapshot.

| Feature | Status | Notes |
|---------|:------:|-------|
| Go to definition | ✅ |
| Find references | ✅ |
| Document highlight | ✅ |
| Hover | ✅ |
| Completion | ✅ |
| Signature Help | ✅ |
| Formatting | ✅ |
| Range Formatting | ✅ |