Introduce /symbols command in assistant panel (#14360)

Release Notes:

- Added `/symbols` command in assistant panel.

---------

Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-07-15 02:51:32 -07:00 committed by GitHub
parent decdd3b6ac
commit 98b95d9a51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 96 additions and 5 deletions

View file

@ -23,7 +23,7 @@ impl SlashCommand for NowSlashCommand {
}
fn menu_text(&self) -> String {
"Insert current date and time".into()
"Insert Current Date and Time".into()
}
fn requires_argument(&self) -> bool {