rust-analyzer/crates/ide-completion
bors af728741de Auto merge of #17073 - roife:better-inline-preview, r=Veykril
Better inline preview for postfix completion

Better inline preview for postfix completion, a proper implementation of c5686c8941.

Here editors may filter completion item with the text within `delete_range`, so we need to include the `receiver text` in the `lookup` (aka `FilterText` in LSP spec) for editors to find the completion item. (See https://github.com/rust-lang/rust-analyzer/issues/17036#issuecomment-2056614180, Thanks to [pascalkuthe](https://github.com/pascalkuthe))
2024-04-15 14:33:38 +00:00
..
src Auto merge of #17073 - roife:better-inline-preview, r=Veykril 2024-04-15 14:33:38 +00:00
Cargo.toml Cleanup 2024-03-04 11:10:06 +01:00