Princeton Ferro

Results 138 comments of Princeton Ferro

This would require improvements in Vala's non-null mode before we go through with this.

This wouldn't be hard to implement, but it would have to go along with the code actions / snippets improvements for VLS 0.48.1

This is actually something that belongs in a linter, and VLS could add support for vala-lint.

@esodan VLS accepts the `shutdown` request, but sends `null`, as [the specification requires](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#shutdown).

This is tricky to implement because we have to be aware of the surrounding expression. The Vala parser is currently not able to deal with this very well, so we...

This GIF actually shows two problems: 1. signature help remains even after leaving the argument list 2. having two parameters where one's name contains the other messes up the calculation...

I will create a new issue for the second thing that is shown in your post.

I don't see this issue in Vim or GNOME Builder, so it seems like something specific to VS Code. Yet, VS Code does not have this problem with other language...

uncrustify will fix a space before the call to `x()` and remove the space before the translation function, but it will not do anything to the hashmap calls. ```vala void...

I haven't forgotten about this. I promise I'll get to it after I get through my latest crunch.