You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems when i try to auto suggest things in my slint file that it doesn't work correctly.
For example, if i wanna get a type from the PointerEventButton enum, i do PointerEventButton. and try to autosuggest, however it will give no suggestions. But if i add a space after the . (PointerEventButton. ) and try to autosuggest, i get suggestions like normal.
I have attached a screenshot so you can easily see what im talking about.
Thanks in advance!
Directly after the dot:
When adding a space after the dot:
The text was updated successfully, but these errors were encountered:
plugin version: 1.4.1
Ide: Rustrover 2025.1 EAP
It seems when i try to auto suggest things in my slint file that it doesn't work correctly.
For example, if i wanna get a type from the
PointerEventButton
enum, i doPointerEventButton.
and try to autosuggest, however it will give no suggestions. But if i add a space after the.
(PointerEventButton.
) and try to autosuggest, i get suggestions like normal.I have attached a screenshot so you can easily see what im talking about.
Thanks in advance!
Directly after the dot:

When adding a space after the dot:

The text was updated successfully, but these errors were encountered: