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.
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.