We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I start typing something like Adw.StatusPage the suggestions quickly get narrowed down to Adw.Statusbar
Adw.StatusPage
Adw.Statusbar
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:
Adw.
Is that how it should work? It looks like a bug to me.
The text was updated successfully, but these errors were encountered:
In your first screenshot StatusBar is not even coming from Adw but from Gtk
StatusBar
Adw
Gtk
Probably a blueprint language server bug
Sorry, something went wrong.
Right, I missed that.
Should I open an issue on the blueprint repo then?
Yes please
I opened this ticket on the blueprint repo.
No branches or pull requests
When I start typing something like
Adw.StatusPage
the suggestions quickly get narrowed down toAdw.Statusbar
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:Is that how it should work? It looks like a bug to me.
The text was updated successfully, but these errors were encountered: