devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Add a "tab" strip for open dart source code windows.

Open julian-yang opened this issue 3 years ago • 1 comments

It'd be great if we can have a "tab" strip for open source code tabs, similar to what chrome inspector has today: https://snipboard.io/tNep7n.jpg

Or even if there was a dropdown menu / 3dot menu to show previously opened tabs. Right now we're restricted to either re-searching for the file via ctrl-p, or clicking the left/right arrows.

julian-yang avatar Aug 22 '22 17:08 julian-yang

Here is some prior art for a "tabbed" view that was built for the Performance page. It has since been removed, but some of the code from this PR may be reusable for a feature like this in the debugger. https://github.com/flutter/devtools/pull/3509

kenzieschmoll avatar Aug 31 '22 22:08 kenzieschmoll