Daniel Espinosa
Daniel Espinosa
@chances Lets work together. [GVls](https://gitlab.gnome.org/esodan/gvls) already provides a Generic LSP Client, [support lot of methods](https://gitlab.gnome.org/esodan/gvls/-/tree/master#lsp-client) and any remaining are [easy to implement](https://gitlab.gnome.org/esodan/gvls/-/blob/master/src/lsp/gvlsp-client-jsonrpc.vala#L250). LSP Client can connect to virtually any LSP...
Now that [GVls](https://gitlab.gnome.org/esodan/gvls/) has split out Vala LSP Client and Server, is possible to integrate in Code an infrastructure to allow developers to create LSP clients to connect to any...
Big issue is gtksourceview-5 requires glib-2.0 >= 66 and gtk-4, because elementary OS will not be ported to gtk 4.0 any time soon, so this issue should wait.
> I'm working on making the word completion plugin play nice with others. It assumed that it was the only one and did lots of strange things. As soon as...
> I can't help thinking that we should not get too tied into GVLs at this stage - is it not possible to write a more generalized LSP client plugin...
As far as I can see VLS doesn't support `shutdown` method: ``` $ meson test vls-initialization --gdb ninja: Entering directory `/home/esodan/Projects/gvls/build' [1/35] Generating version.vala with a custom command fatal: No...
I have started to add VLS unit tests in GVLS, in order to test GVls' LSP client against VLS server. First simple test, just initialize the server and got (just...
From GVls support of Meson files, you can read a string an convert to `GLib.Variant` using this: ```vala Json.Parser parser = new Json.Parser (); parser.load_from_data (str); Json.Node node = parser.get_root...
GSVG makes you parse your SVG files to a GObject based model easy! https://gitlab.com/pwmc/gsvg Seeking on valadoc.org see Goo namespace have a 1 to 1 relation to SVG shapes, so...
Could you point me what can I do to improve my pull request in order to get Gda-5.0 documentation up on valadoc.org please?