vala-lang / vala-language-server

Code Intelligence for Vala & Genie
GNU Lesser General Public License v2.1
287 stars 41 forks source link

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

Open xcpky opened 2 weeks ago

xcpky commented 2 weeks ago

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