I’m not getting any Python auto-completion inside Builder

Hi everyone,

I’m building my first GTK4/GNOME application using GNOME Builder. The IDE generated the base Python project for me and it runs correctly, so the setup appears to be fine. However, I’m not getting any Python auto-completion inside Builder.

Please help :folded_hands:

Hi,

Which version of Builder do you use?
How is it installed? flatpak or the native version of your distro?

Typically the python-lsp-server package may be missing. Make sure it’s installed.

I use Flatpak Builder 49.1
When I try to install python-lsp-server it says requirement already satisfied.
I don’t get autocomplete for python, Gtk, etc, but no issue with building and running.

I was able to solve the issue by installing the LSP on the host system (not inside flatpak)

1 Like

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