rust-analyzer/crates/ide-completion/src
bors fc1ee6136c Auto merge of #16544 - dfireBird:impl_trait_completion, r=Veykril
Add completions to show only traits in trait `impl` statement

This is prerequisite PR for adding the assist mentioned in #12500

P.S: If wanted, I will add the implementation of the assist in this PR as well.
2024-02-13 16:38:35 +00:00
..
completions Simplify 2024-02-13 17:26:14 +01:00
context feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
render fix: clippy 2024-02-13 10:11:17 +00:00
tests fix flyimport showing other types in impl trait statement 2024-02-13 19:31:04 +05:30
completions.rs Cleanup term search related changes 2024-02-11 14:35:54 +02:00
config.rs Optionally disable term search for autocompletion 2024-02-11 13:33:29 +02:00
context.rs add completions to show only traits with qualified path prefix 2024-02-13 18:41:24 +05:30
item.rs chore: optimise 2024-02-12 23:11:06 +00:00
lib.rs Add lete to postfix completion list 2024-02-06 13:13:51 +02:00
render.rs chore: optimise 2024-02-12 23:11:06 +00:00
snippet.rs Always render the path to be imported in the completion detail 2023-12-11 18:37:12 +01:00
tests.rs Optionally disable term search for autocompletion 2024-02-11 13:33:29 +02:00