Introduce a new /tabs command (#12382)

This inserts the content of the open tabs sorted by recency.

Release Notes:

- N/A

---------

Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2024-05-28 17:17:34 +02:00 committed by GitHub
parent b466a8b828
commit 371abd37f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 174 additions and 77 deletions

View file

@ -21,6 +21,7 @@ pub mod file_command;
pub mod project_command;
pub mod prompt_command;
pub mod search_command;
pub mod tabs_command;
pub(crate) struct SlashCommandCompletionProvider {
editor: WeakView<ConversationEditor>,