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 c5686c89413b3c6eead7b39637381ee353f8c05c.

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
..
2024-04-01 17:55:56 +02:00
2024-04-06 13:12:07 +02:00
2024-04-14 15:30:29 +02:00
2024-04-06 13:55:10 +02:00
2024-04-01 17:55:56 +02:00
2024-04-01 17:55:56 +02:00
2024-04-14 15:29:01 +02:00
2024-04-14 15:30:29 +02:00
2024-04-01 17:55:56 +02:00
2024-03-21 20:08:30 +01:00