We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66c6195 + 62e226c commit 6951f13Copy full SHA for 6951f13
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