Is there a way to permanently select a specific tab in a TabView while editing it in UI Builder?

Right now, UI Builder always opens the first tab by default. Even if I switch to another tab using Preview, it resets back to the first tab whenever I save the UXML. This makes it inconvenient to populate the content of other tabs.

Is there a setting or workflow that lets me keep a specific tab selected while editing, so I can work on its content without constantly switching back?

The template-based workaround doesn’t work for me either, because it introduces an extra TemplateContainer in the hierarchy. The root element ends up being a TemplateContainer instead of a Tab. And if I only place the content inside the Tab, editing it in UI Builder is still pretty awkward and messy.