Programming Leftovers
-
Perl / Raku
-
Perl ☛ 2024-03-21 [Older] Changes in MooX::Role::Parameterized
-
Perl ☛ 2024-03-21 [Older] Perl Weekly Challenge 261: Multiply by Two
-
Perl ☛ 2024-03-21 [Older] This week in PSC (141) | 2024-03-21
-
Perl ☛ 2024-03-20 [Older] Perl Weekly Challenge 261: Element Digit Sum
-
Perl ☛ 2024-03-16 [Older] PSC #140 2024-03-14
-
-
K Desktop Environment/KDE SC/Qt
-
Using the QML Language Server for KDE Development
For a while Qt has been offering qmlls, a Language Server Protocol implementation for QML. This allows popular text editors like Kate (and some lesser known ones like Visual Studio Code) to work with QML code without having to write dedicated support for it.
Naturally many people are eager to use it to hack on KDE code. When trying to do that you probably have encountered some frustration with things not working as expected. So what’s going on there, and how can we make it work?
First and foremost one must mention that qmlls is still under heavy development. There’s a number of things missing that you’d expect from a fully featured LSP implementation. If you encounter something that looks like it should work but doesn’t, don’t hesitate to file a bugreport.
-
-
Python