fix: remove undesired completions from trait/impl blocks
This commit is contained in:
parent
5a1fd05760
commit
ce36746035
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ pub(crate) fn complete_unqualified_path(acc: &mut Completions, ctx: &CompletionC
|
|||
|| ctx.record_pat_syntax.is_some()
|
||||
|| ctx.attribute_under_caret.is_some()
|
||||
|| ctx.mod_declaration_under_caret.is_some()
|
||||
|| ctx.has_impl_parent
|
||||
|| ctx.has_trait_parent
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue