vala-language-server
vala-language-server copied to clipboard
for Builder: Code suggestions will not be triggered until '.' is typed
Describe the bug
in Gnome Builder, the code suggestions will only be triggered when '.' is typed.
However in vscode and other editor like helix, the code suggestions are triggered whatever character is typed.
Software
OS: ArchLinux or Fedora40
Code editor : Builder
Vala Language Server : Builder Built-in or 0.48.7-1 for other editor
Vala version (valac --version): 0.56.17
To Reproduce
Steps to reproduce the behavior:
- write any code
- you will see in Builder no suggestions is given unless you type '.', in other editors whatever you type, you get suggestions
Is this an issue with just VLS or Builder in general? Do you see this behavior with other language servers in Builder?
C/C++/Rust works without issue with Builder. I believe it's an issue specific to VLS.