Princeton Ferro

Results 138 comments of Princeton Ferro

Have you tried this with other projects? There seems to be an issue with the Meson build in iagno: ``` help/meson.build:41:6: ERROR: Tried to create target "help-iagno-id-update-po", but a target...

One thing you can do is enable "Debug Mode" and rerun VLS, then give me the output log from that. Also, please do this on 0.48.5 now. If it is...

Hi @bilelmoussaoui Are you sure debug mode was enabled and you restarted VLS / VSCode? You should at least see a bunch of vls-DEBUG messages related to configuring the project.

We already have many snippets in VLS for common statements/expressions: https://github.com/vala-lang/vala-language-server/blob/7577ffb269cd31da8815b7eadd72867965a2c742/src/codehelp/completionengine.vala#L376-L404

This PR should be superceded by new work on parallelizing the compiler and language server.

@DanDankRaft @SubhadeepJasu can you provide a way to reproduce this issue on 0.48.7?

I think we need to consider how this feature will work and what's in scope now. Some issues: - What happens if the constructor is already used elsewhere? Should we...

Going to list some current and future quick fixes: - [ ] organize imports - [x] implement missing prerequisites - [x] populate switch statement / add default to switch -...

@nahuelwexd Is this bug still happening?

@aitor-gomila I'm also the main developer of vala-language-server. I would be willing to mentor you in creating a plugin for Code that uses lsp-glib to talk to VLS and other...