-
Beta Was this translation helpful? Give feedback.
Answered by
lnicola
May 28, 2026
Replies: 3 comments 15 replies
-
|
It's entirely unclear which space you meant and what is the problem in general. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I mean there should be a space between the popup message "appendgtk_list_box_append" in the screenshot |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Between it and what? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




I saw the
filterTextright away, but I wanted to check how filtering works Code, just to make sure.filterTextisn't well-documented, but it's used by the client for filtering:You can type
appendgtk_list_box_appendand getappend. Typinggtk_list_box_appenddoesn't work, but I don't know if it's because of the missing space. We might as well try to add it, but your client shouldn't display this string. However, not including a space is intentional:rust-analyzer/crates/ide-completion/src/item.rs
Line 581 in de5824b