We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4d9a5 commit 62e226cCopy full SHA for 62e226c
crates/pgt_completions/src/relevance/filtering.rs
@@ -35,7 +35,7 @@ impl CompletionFilter<'_> {
35
return None;
36
}
37
38
- // No autocompetions if there are two identifiers without a separator.
+ // No autocompletions if there are two identifiers without a separator.
39
if ctx.node_under_cursor.is_some_and(|n| {
40
n.prev_sibling().is_some_and(|p| {
41
(p.kind() == "identifier" || p.kind() == "object_reference")
0 commit comments