Is there a way to set gdscript files to open as editor tabs?

Godot Version

4.2.1

Question

Currently, only Scenes open as editor tabs. I’d like to know if there’s a way to open script files alongside them (like the way editor tabs in VSCode work).

For instance, I would like to be able to access “game.gd” in a tab to the right of “game” (where the plus sign is):

You can show a script button in each scene tab (but I think it only works for scripts attached to root nodes):

Editor Settings → Interface → Scene Tabs → Show Script Button

Not 100% what I’m looking for but ty for the suggestion ^-^