vala-language-server icon indicating copy to clipboard operation
vala-language-server copied to clipboard

for Builder: Code suggestions will not be triggered until '.' is typed

Open xcpky opened this issue 1 year ago • 2 comments

Describe the bug in Gnome Builder, the code suggestions will only be triggered when '.' is typed. Pasted image (2) Pasted image (3)

However in vscode and other editor like helix, the code suggestions are triggered whatever character is typed. image

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:

  1. write any code
  2. you will see in Builder no suggestions is given unless you type '.', in other editors whatever you type, you get suggestions

xcpky avatar Jul 05 '24 14:07 xcpky

Is this an issue with just VLS or Builder in general? Do you see this behavior with other language servers in Builder?

Prince781 avatar Sep 21 '24 21:09 Prince781

C/C++/Rust works without issue with Builder. I believe it's an issue specific to VLS.

xcpky avatar Dec 07 '24 12:12 xcpky