[New package]: qml-lsp
Package name
qml-lsp
Package homepage
https://invent.kde.org/sdk/qml-lsp
Languages
QML
How is this package distributed?
GitLab releases: https://invent.kde.org/sdk/qml-lsp/-/releases
Hello! Cool! Pull requests are always very welcomed to add new packages. If the distribution of the package is simple, the installation will most likely be so as well (existing package installers may be used for reference!). Otherwise, @williamboman will get around to looking into this ASAP!
Just wanted to bump this issue, as I'm looking for this too! :)
I just found that Qt has an official LSP. It supports QML, and is actively maintained, unlike qml-lsp. It seems like a better option.
https://github.com/qt/qtlanguageserver
"actively unmaintained"
I assume that you mean actively maintained? 😉
Anyway, I have no real insight in any of these projects. But I would assume that it would be better to use the language server supplied by Qt themselves!
Ah yes, oops 😄
Does anyone know how to build this from the source? I at one point had a fork with support for qml-lsp, so if I knew how to build from source I should be able to add this. However, Qt doesn't appear to have any instructions for building the binary.
Does anyone know how to build this from the source? I at one point had a fork with support for qml-lsp, so if I knew how to build from source I should be able to add this. However, Qt doesn't appear to have any instructions for building the binary.
Arch Linux has corresponding packages, maybe used as a reference for building.
https://archlinux.org/packages/extra/x86_64/qt6-languageserver/
https://github.com/archlinux/svntogit-packages/blob/packages/qt6-languageserver/trunk/PKGBUILD
When can this join? Maybe qt-language is a good choice.