Improve file finder match results (#12103)
This commit is contained in:
parent
c290d924f1
commit
3382e79ef9
6 changed files with 339 additions and 205 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue