ZIm/crates/collab_ui/src
Ben Kunkle 6cd4dbdea1
gpui: Store action documentation (#33809)
Closes #ISSUE

Adds a new `documentation` method to actions, that is extracted from doc
comments when using the `actions!` or derive macros.

Additionally, this PR adds doc comments to as many action definitions in
Zed as possible.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-07-02 21:14:33 -04:00
..
chat_panel editor: Improve code completion filtering to provide fewer and more accurate suggestions (#32928) 2025-06-18 16:01:28 +05:30
collab_panel gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
notifications Use read() over read_with() to improve readability in simple cases (#31263) 2025-05-23 12:08:49 +00:00
channel_view.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
chat_panel.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
collab_panel.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
collab_ui.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
notification_panel.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
notifications.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
panel_settings.rs Warn about unknown fields when editing settings json (#33678) 2025-06-30 23:34:25 +00:00