sveltejs / language-tools

The Svelte Language Server, and official extensions which use it
MIT License
1.25k stars 199 forks source link

Language Server - GNOME Builder Support #1441

Open reesericci opened 2 years ago

reesericci commented 2 years ago

Description

I would like to be able to use the Svelte Language Server in GNOME Builder, so it can provide auto-completion and other fancy things. It's frustrating for me, especially since VS Code is borked on my machine, and doesn't integrate properly w/Fedora Silverblue.

Proposed solution

A plugin for GNOME Builder that implements the language server via LSP.

Alternatives

I don't know if there are any.

Additional Information, eg. Screenshots

GNOME Builder is the official IDE for the GNOME Desktop (Linux).

https://builder.readthedocs.io/en/latest/plugins/langserv.html

dummdidumm commented 2 years ago

I don't think that we'll be able to/want to provide an integration ourselves with this IDE, but you are welcome to create one of your own and we will try to help out if you have any questions about integrating the language server. Examples for integrations are the VS Code extension or coc-svelte which is also community-maintained.

reesericci commented 2 years ago

I would if I knew how to, but the only languages I know are JS/TS.