Improve file finder match results (#12103)

This commit is contained in:
Kirill Bulatov 2024-05-22 07:35:00 +03:00 committed by GitHub
parent c290d924f1
commit 3382e79ef9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 339 additions and 205 deletions

View file

@ -138,7 +138,7 @@ pub fn app_menus() -> Vec<Menu<'static>> {
MenuItem::separator(),
MenuItem::action("Command Palette...", command_palette::Toggle),
MenuItem::separator(),
MenuItem::action("Go to File...", file_finder::Toggle),
MenuItem::action("Go to File...", file_finder::Toggle::default()),
// MenuItem::action("Go to Symbol in Project", project_symbols::Toggle),
MenuItem::action("Go to Symbol in Editor...", outline::Toggle),
MenuItem::action("Go to Line/Column...", go_to_line::Toggle),