workbenchdev / Workbench

Code playground for GNOME 🛠️
https://apps.gnome.org/Workbench
GNU General Public License v3.0
700 stars 90 forks source link

Suggested proposals too narrow #952

Open rolandlo opened 3 months ago

rolandlo commented 3 months ago

When I start typing something like Adw.StatusPage the suggestions quickly get narrowed down to Adw.Statusbar grafik

so Adw.StatusPage is not for choice. That happens with other classes, too.

Only after I remove the letters after Adw. and type them again, I get the desired suggestion:

grafik

Is that how it should work? It looks like a bug to me.

sonnyp commented 3 months ago

In your first screenshot StatusBar is not even coming from Adw but from Gtk

Probably a blueprint language server bug

rolandlo commented 3 months ago

In your first screenshot StatusBar is not even coming from Adw but from Gtk

Right, I missed that.

Probably a blueprint language server bug

Should I open an issue on the blueprint repo then?

sonnyp commented 3 months ago

Should I open an issue on the blueprint repo then?

Yes please

rolandlo commented 2 months ago

I opened this ticket on the blueprint repo.