Princeton Ferro

Results 138 comments of Princeton Ferro

One way to solve this is to create regions of a text document that aren't to have completions in them. These regions would be updated every time the document is...

We may need a new project backend in VLS for `flatpak-builder`.

Does your editor support snippets?

Well this can still be an issue—VLS should check for snippet support before sending them.

Relevant spec here: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionClientCapabilities

I guess #32 counts as progress on this issue?

I think this would be a good newcomer item. At least writing test cases with syntactically invalid documents would be a good start.

Without looking into this further yet, I'll say that currently there are a fair number of errors that the Vala compiler only shows when you run the code generator, so...

Hmm...seems to work for me: ``` % ls -lt total 8 -rw-r--r-- 1 pferro pferro 105 Feb 17 16:00 thing.vala -rw-r--r-- 1 pferro pferro 137 Feb 17 15:59 meson.build ```...

@gavr123456789 I do notice that I get these messages: ``` (vala-language-server:249867): vala-CRITICAL **: 14:51:38.065: vala_source_reference_to_string: assertion 'self != NULL' failed ``` But no crash. Do you have `Vls: Fail on...