Is there a quick scene switch menu that can be used to quickly jump to any currently open scene?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Substrate

I’d hoped 3.4 would resolve this issue but it hasn’t.
Switching between open scenes once there’s enough tabs to fill the tabs bar is incredibly cumbersome - my #1 Godot editor usability hangup so far.

Notepad++ will display a little menu with all open files when CTRL+TAB is used. This makes it simple and fast to jump to any open file. Does Godot not have something similar?

This page (Default editor shortcuts — Godot Engine (stable) documentation in English) states that CTRL+TAB will go to the next scene open. This is false. CTRL+TAB sequentially refocuses ui elements. Using TAB alone does the same. Is CTRL+TAB broken?

:bust_in_silhouette: Reply From: Calinou

A Ctrl + Tab switcher for scene tabs or scripts isn’t implemented yet. See this proposal.