Skip to content

Commit e821642

Browse files
committed
Add comment about lsp filtering
1 parent 147d66d commit e821642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ty_ide/src/completion.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4319,6 +4319,8 @@ type <CURSOR>
43194319
assert!(completions.len() == 1);
43204320
}
43214321

4322+
/// The following behaviour may not be reflected in editors, since LSP clients may do their own
4323+
/// filtering of completion suggestions.
43224324
#[test]
43234325
fn from_import_random_name_suggests_import() {
43244326
let builder = completion_test_builder("from typing aa<CURSOR>");

0 commit comments

Comments
 (0)