Princeton Ferro

Results 88 comments of Princeton Ferro

What do you guys think about my project https://github.com/Prince781/lsp-glib which is supposed to provide support for the LSP with a modular API? I've been designing it with editors like elementary...

@vala-lang is a community organization. It's just a place for people in the Vala community to work together.

@desiderantes have your thoughts changed?

As the developer of VLS, I think you guys should check out https://github.com/Prince781/vala-language-server/issues/73 and give your input. It's possible that if you change your CMake-Vala addon code to use `add_custom_target()`...

Just to link to what I was talking about in a previous comment: https://github.com/Prince781/Vala_CMake/commit/1620ef40f523a12dae988f2c06edbbacf3ac604a

This is due to not escaping the `-` character in the regex used for parsing links in comments.

@Cogitri did you mean to say, "but is *not* able to access the host's VAPIs?"

Right. Thanks.

Yes, definitely. This is something planned, but it's a feature to implement in the language server itself with the [`textDocument/codeAction` API](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction).

This relies on there being a Vala image and good support for building Vala on Windows.