Files
oak-gpui/crates
Piotr Osiewicz b391f5615b rust: Highlight async functions in completions (#3095)
Before (code in screenshot is from this branch,
`crates/zed/languages/rust.rs:179`):

![image](https://github.com/zed-industries/zed/assets/24362066/6b709f8c-1b80-4aaa-8ddc-8db9dbca5a5e)
Notice how the last 2 entries (that are async functions) are not
highlighted properly.
After:

![image](https://github.com/zed-industries/zed/assets/24362066/88337f43-b97f-4257-9c31-54c9023e8dbb)

This is slightly suboptimal, as it's hard to tell that this is an async
function - I guess adding an `async` prefix is not really an option, as
then we should have a prefix for non-async functions too. Still, at
least you can tell that something is a function in the first place. :)

Release Notes:
- Fixed Rust async functions not being highlighted in completions.
2023-10-06 14:43:03 +02:00
..
2023-10-05 14:50:48 -04:00
2023-10-05 16:06:28 -07:00
2023-08-15 03:06:43 -07:00
2023-09-27 18:19:35 -06:00
2023-10-02 19:35:31 -04:00
2023-10-02 18:20:47 -04:00
2023-09-28 19:36:21 -04:00
2023-09-11 09:00:59 -06:00
2023-10-04 14:44:21 -06:00
2023-09-09 14:01:53 -07:00
2023-10-04 14:44:21 -06:00
WIP
2023-08-10 10:26:48 -06:00
2023-09-07 22:24:02 -06:00
2023-10-02 18:20:47 -04:00
2023-09-20 21:29:45 -06:00
2023-10-05 11:58:41 -07:00
2023-10-02 18:20:47 -04:00
2023-08-25 10:11:32 -07:00
2023-10-05 09:02:52 -06:00
WIP
2023-08-10 10:26:48 -06:00