rust-analyzer/crates/ide-completion
Chayim Refael Friedman a02a1afc92 Allow flyimporting excluded trait items if there is an exact match in the name
I.e. with `fn foo()`, don't complete at `x.fo|`, but complete (with imports) for `x.foo|`, since this is less likely to have false positives.

I opted to only do that for flyimport, even though for basic imports there can also be snippet completion (completing the params list for a method), since this is less universally applicable and seems not so useful.
2025-01-01 13:54:23 +01:00
..
src Allow flyimporting excluded trait items if there is an exact match in the name 2025-01-01 13:54:23 +01:00
Cargo.toml Move text-edit into ide-db 2024-10-28 14:37:41 +01:00