We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147d66d commit e821642Copy full SHA for e821642
crates/ty_ide/src/completion.rs
@@ -4319,6 +4319,8 @@ type <CURSOR>
4319
assert!(completions.len() == 1);
4320
}
4321
4322
+ /// The following behaviour may not be reflected in editors, since LSP clients may do their own
4323
+ /// filtering of completion suggestions.
4324
#[test]
4325
fn from_import_random_name_suggests_import() {
4326
let builder = completion_test_builder("from typing aa<CURSOR>");
0 commit comments