Stop using tabs for your code and start using our tool, CodeRibbon: https://utk-se.github.io/CodeRibbon/
Any plans on bringing this to VS Code?
Overcoming Tab Overload
51–60 of 240 posts
Re: Overcoming Tab Overload
#52I feel like there are broadly 2 groups of tech literate users; those who like lots of tabs and those who keep things lean. I absolutely cannot relate to the first group, as much as I try to understand the mentality. When I’m digging deep into something new I might end up with 20 tabs, but a) it’s an exception and b) the moment I can see no more value I just close them all down and reset.
I have 14 pinned, those are tools I use at least daily at work. Add in a page of search results, 3 or 4 of those opened, HN and some article I'm reading during "clear my head" time, and I'm at 20. I'm usually working on multiple tasks, many of which take multiple days. I have tried to group tabs in windows thematically, but browsers are shit about respecting that (for instance when opening new tabs from other apps).…
And multiple day tasks, I still can’t imagine why you need all the tabs. For me, I get in, get what I need and get out again.
Re: Overcoming Tab Overload
#53I feel like there are broadly 2 groups of tech literate users; those who like lots of tabs and those who keep things lean. I absolutely cannot relate to the first group, as much as I try to understand the mentality. When I’m digging deep into something new I might end up with 20 tabs, but a) it’s an exception and b) the moment I can see no more value I just close them all down and reset.
Re: Overcoming Tab Overload
#54Earlier quoted context omitted.
I’d like to try this. What browser do you use? I see that it’s a feature for Vivaldi and I also see a Chrome extension.
Not OP, but Tree Style Tabs is for Firefox.
Re: Overcoming Tab Overload
#55Earlier quoted context omitted.
Same here, it is acting like a reading list. Mostly because Bookmark sucks.
Fixing bookmarks would cure tab hoarders like me.
Re: Overcoming Tab Overload
#56I feel like there are broadly 2 groups of tech literate users; those who like lots of tabs and those who keep things lean. I absolutely cannot relate to the first group, as much as I try to understand the mentality. When I’m digging deep into something new I might end up with 20 tabs, but a) it’s an exception and b) the moment I can see no more value I just close them all down and reset.
I also separate the issue by window too and also use tabs and windows as temporary bookmarks really. not worthy of a full bookmark but not finished with.
I created an webextension to deal with handling those tabs because having a bunch of tabs across a bunch of windows is not the most ergonomic without one. might be useful for someone here I suppose: https://github.com/fiveNinePlusR/tabist
https://chrome.google.com/webstore/detail/tabist/hdjegjggiog...
Re: Overcoming Tab Overload
#57I feel like there are broadly 2 groups of tech literate users; those who like lots of tabs and those who keep things lean. I absolutely cannot relate to the first group, as much as I try to understand the mentality. When I’m digging deep into something new I might end up with 20 tabs, but a) it’s an exception and b) the moment I can see no more value I just close them all down and reset.
It'd be nice to have them slowly fade away so I didn't have to make a decision because most of the time, I don't need the tab and wouldn't even remember that it's gone lol.
Re: Overcoming Tab Overload
#58Earlier quoted context omitted.
Not OP, but Tree Style Tabs is for Firefox.
Thank you so much for sharing! This is a game changer - I'd been using two separate windows and manually dragging things around like a noob.
And: this might be hard to believe but it was much better before - extension wise.
Re: Overcoming Tab Overload
#59Earlier quoted context omitted.
I have 14 pinned, those are tools I use at least daily at work. Add in a page of search results, 3 or 4 of those opened, HN and some article I'm reading during "clear my head" time, and I'm at 20. I'm usually working on multiple tasks, many of which take multiple days. I have tried to group tabs in windows thematically, but browsers are shit about respecting that (for instance when opening new tabs from other apps).…
Do you really need 14 pinned tabs? I use plenty of apps too, but they don’t need to be sitting there all the time . And multiple day tasks, I still can’t imagine why you need all the tabs. For me, I get in, get what I need and get out again.
They are things like GHE, monitoring, DNS, our CA. Things I use/change literally every day, some of them I'm in constantly. I don't pin things I don't use all the time.
Multiday tasks are typically research-heavy, closing things is equivalent to "loosing my place". I suppose I could use "bookmark this group of tabs", but it hasn't really mattered when I can just... leave them there until I come back.
Re: Overcoming Tab Overload
#60I feel like there are broadly 2 groups of tech literate users; those who like lots of tabs and those who keep things lean. I absolutely cannot relate to the first group, as much as I try to understand the mentality. When I’m digging deep into something new I might end up with 20 tabs, but a) it’s an exception and b) the moment I can see no more value I just close them all down and reset.
#pageActionButton {
display: none !important;
}
.urlbar-history-dropmarker, .urlbar-history-dropmarker:hover {
display: none !important;
}
#TabsToolbar { visibility: collapse; }
I currently have 12 visible windows open. I prefer a spacial interface where I can see and change everything vs. a modal interface of only seeing one task at a time and having to constantly switch between each task/tab.