Skip to content

Show Tabs in Quake Mode #11085

@i-love-code

Description

@i-love-code

Description of the new feature/enhancement

When you have the quake-style console open, show the "Tab Bar" above the console so you can visualize & navigate between multiple open consoles.

The only way to do this today is to open the quake console (Win+`) and then use Win+Shift+T to open new tabs and Cntrl+T to navigate between them. It works, but it's almost impossible to know how many consoles/tabs you have open and select the correct one.

gif

Use Case

It's a very common case for local .NET development I'm running:

  • A console at the source control root (for git purposes)
  • A console at (each) .NET project folder (running each "dotnet watch run")
  • A console at (each) frontend application
  • A console for running NPM unit tests

Having each of these in the quake-style console is ideal, which I can do, but I never know which tab is where since you can't see those tabs easily.

Proposed technical implementation details (optional)

Ideally, it would just reuse the existing tab interface of the non-quake windows terminal and remove the top right minimize/maximize UI.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions