techee / geany-lsp

LSP plugin for the Geany editor
GNU General Public License v2.0
19 stars 1 forks source link

Support connecting servers using sockets #38

Closed techee closed 2 months ago

techee commented 3 months ago

The plugin currently only works over stdin/stdout and takes over the responsibility for starting and stopping LSP servers. Some LSP servers, such as Godot, have to run all the time because they provide other functionality and have to be connected using sockets - this is not supported by the server at the moment.

techee commented 2 months ago

This is now supported using https://github.com/techee/lsp-proxy and I don't plan this feature directly in the plugin any more.