bors 12ced8f9db Auto merge of #13517 - feniljain:fix_completions, r=Veykril
fix: make custom expr prefix completions to understand refs

Possible fix of #7929

While reviewing the postfix completion code I saw that while calling `add_custom_postfix_completions` we were doing it under the part where reference was not taken into consideration, but as we are only adding postfix completions with `Expr` scope ( [source](ba28e19b78/crates/ide-completion/src/completions/postfix.rs (L272)) )

I shifted the `add_custom_postfix_completions` call to part where references are considered

I am not sure if this is the correct fix or I am understanding the problem exactly but this small move seemed to have fixed the issue :)
2022-11-02 10:15:18 +00:00
..
2022-09-26 18:35:06 +01:00
2022-10-15 12:52:34 +03:00
2022-10-15 12:55:56 +03:00
2022-10-25 15:03:35 +03:00
2022-10-15 12:55:56 +03:00
2022-10-15 12:53:26 +03:00
2022-10-15 13:03:39 +03:00