How to always trigger code suggestions of vala

when I write vala codes in Builder, it seems the code suggestion box will only be triggered when I type .


in the picture above, there is no suggestion box.
as a comparison, in C, it will show

So is the function missing for vala or there is a way to enable it?

1 Like

I think that, all the vala support in Builder is provided by VLS (Vala Language Server). But in C, things like "ctags" might offer extra features which might not be possible to offer in vala code. That’s just my guess.

You can raise a feature request in https://gitlab.gnome.org/GNOME/gnome-builder/-/issues

Cheers!


the gitlab told me to post feature request here :joy:

Okay. Then I suggest you wait for the dev(s) to respond.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.