langserver / langserver.github.io

http://langserver.org
202 stars 182 forks source link

Add Geany to the list of editors supporting LSP #331

Closed techee closed 2 months ago

techee commented 2 months ago

All of the listed features are supported by the LSP plugin for Geany.

Geany now has the necessary API to support LSP plugins (https://github.com/geany/geany/pull/3849) and the geany-lsp plugin I maintain is a LSP client implementing this API.

Please let me know if you need more information.

See also https://github.com/microsoft/language-server-protocol/pull/2008

jdorfman commented 2 months ago

Thanks @techee

@keegancsmith good to merge?