Skip to content

Commit d0db059

Browse files
authored
assistant2: Update message editor placeholder (zed-industries#23363)
To make the mention and keyboard navigability discoverable. Release Notes: - N/A
1 parent 40a6b0a commit d0db059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/assistant2/src/message_editor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl MessageEditor {
5353

5454
let editor = cx.new_view(|cx| {
5555
let mut editor = Editor::auto_height(10, cx);
56-
editor.set_placeholder_text("Ask anything", cx);
56+
editor.set_placeholder_text("Ask anything, @ to mention, ↑ to select", cx);
5757
editor.set_show_indent_guides(false, cx);
5858

5959
editor

0 commit comments

Comments
 (0)