vala-lang / vala-language-server

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

Autocompletion don't work wit VLS + Gnome Builder #277

Closed bitseater closed 1 year ago

bitseater commented 1 year ago

Describe the bug I can see tag description when mouse over a tag, but autocompletion don't work while typing

Software OS and version (e.g. Ubuntu 20.04): Debian unstable + Gnome 43.1 Code editor (e.g. VSCode): Gnome Builder 43.4 Vala Language Server (e.g. git commit, or PPA/AUR version): git commit Vala version (valac --version): 0.56.3

To Reproduce Steps to reproduce the behavior:

  1. Launch Gnome-Builder from terminal
  2. Select any Project
  3. Message in terminal : TypeError: VlsSearchProvider.do_load() missing 1 required positional argument: 'context'
  4. Autocompletion don't work.

N.D. : I apologize about my bad english.

benwaffle commented 1 year ago

Can you try with the latest release?

And can you check in /usr/share/gnome-builder/plugins, /usr/local/share/gnome-builder/plugins, and ~/.local/share/gnome-builder/plugins for any VLS code (vala_langserv.py or vala_langserv.plugin)? If you see either of those 2 files, you should delete them, as gnome-builder supports VLS out of the box now.

bitseater commented 1 year ago

Software OS and version : Debian unstable + Gnome 43.3 Code editor : Gnome Builder 43.6 Vala Language Server : 0.48.7 (build from source) Vala version (valac --version): 0.56.3

Working flawless. Thanks