bors 9ec04ed43d Auto merge of #17192 - roife:fix-issue-17179, r=lnicola
Fix source_range for INT_NUMBER in completion

fix #17179.

Previously r-a use `TextRange::empty(self.position.offset)` as `source_range` for `INT_NUMBER`, so the `text_edit` would always be an insertion, which results in #17179.

This PR changed it by using `text_range` of `original_token` (same as `IDENT`).
2024-05-07 07:24:15 +00:00
..
2024-04-01 17:55:56 +02:00
2024-04-06 13:12:07 +02:00
2024-04-01 17:55:56 +02:00
2024-04-18 11:00:22 +02:00
2024-03-19 15:39:00 +01:00
2024-03-21 20:08:30 +01:00