Open Collective
Open Collective
Loading

Emacs Language Server Protocol Client

Emacs client for language server protocol (LSP)

Contribute


Become a financial contributor.

Financial Contributions

Recurring contribution
Backer

Become a backer for $5.00 per month and support us

Starts at
$5 USD / month

Latest activity by


+ 23
Recurring contribution
Sponsor

Become a sponsor for $25.00 per month and support us

Starts at
$25 USD / month

Latest activity by


+ 1
Recurring contribution
Professional sponsor

Help us build a better Emacs IDE and earn a contributor role on our Discord server

Starts at
$100 USD / month

Latest activity by


Be the first one to contribute!
Custom contribution
Donation
Make a custom one-time or recurring contribution.

Latest activity by


+ 56

Top financial contributors

Individuals

1
Incognito

$975 USD since Feb 2021

2
Sam Irvine

$500 USD since Mar 2021

3
Eric Hanchrow

$480 USD since Apr 2021

4
Roman Rudakov

$475 USD since Jul 2020

5
Craig Jennings

$450 USD since May 2021

6
Weijun Huang

$380 USD since Feb 2021

7
vemv

$300 USD since Jan 2021

8
Filip Štaffa

$280 USD since Dec 2021

9
Novak Boškov

$210 USD since Oct 2020

10
anonymous

$200 USD since Jul 2020

11
Eric Berquist

$190 USD since Sep 2020

12
Guest

$185 USD since Mar 2021

13
Incognito

$185 USD since Apr 2021

14
Incognito

$180 USD since Aug 2020

15
Mason Smith

$180 USD since Apr 2021

Organizations

1
GitHub Sponsors

$5,181.13 USD since Jul 2021

2
Gitpod

$1,546.16 USD since Mar 2021

3
DigitalOcean

$30 USD since Feb 2022

Emacs Language Server Protocol Client is all of us

Our contributors 62

Thank you for supporting Emacs Language Server Protocol Client.

Eric Dallo

Admin
lsp-mode, lsp-dart, lsp-clojure maintainer

GitHub Sponsors

$5,181 USD

Gitpod

backer

$1,546 USD

Incognito

sponsor

$975 USD

Sam Irvine

$500 USD

Eric Hanchrow

sponsor

$480 USD

Roman Rudakov

sponsor

$475 USD

Craig Jennings

sponsor

$450 USD

Weijun Huang

backer

$380 USD

vemv

backer

$300 USD

Budget


Transparent and open finances.

View all transactions
Contribution #150343
Contribution #598524
Contribution #583378
$
Today’s balance

$12,392.36 USD

Total raised

$12,392.36 USD

Total disbursed

--.-- USD

Estimated annual budget

$2,683.28 USD

Connect


Let’s get the ball rolling!

News from Emacs Language Server Protocol Client

Updates on our activities and progress.

7.0 Release

We are pleased to announce lsp-mode 7.0!For all details on all new features, fixes and changes, check here.
Read more
Published on July 7, 2020 by Eric Dallo

About


LSP mode

LSP-mode for Emacs is a client for Language Server Protocol (v3.14). lsp-mode aims to provide IDE-like experience by providing optional integration with the most popular Emacs packages like company, flycheck and projectile.

  • Non-blocking asynchronous calls
  • Real-time Diagnostics/linting via flycheck (recommended) or flymake when Emacs > 26 (requires flymake>=1.0.5)
  • Code completion - company-capf / completion-at-point (note that company-lsp is no longer supported).
  • Hovers - using lsp-ui
  • Code actions - using lsp-execute-code-action or lsp-ui sideline.
  • Code outline - using builtin imenu or helm-imenu
  • Code navigation - using builtin xref, lsp-treemacs tree views or lsp-ui peek functions.
  • Code lens
  • Symbol highlights
  • Formatting
  • Debugger - dap-mode
  • Helm integration - helm-lsp
  • Ivy integration - lsp-ivy
  • Treemacs integration - lsp-treemacs
  • Semantic highlighting as defined by LSP 3.16 (compatible language servers include recent development builds of clangd and rust-analyzer)
  • which-key integration for better discovery.

You can check all the features and details on the official website.

Our team

Eric Dallo

Admin
lsp-mode, lsp-dart, lsp-clojure maintainer